Jeff Mitchell
0c338f01ea
changelog++
2015-12-29 13:18:36 -05:00
Jeff Mitchell
fefa696a33
Merge pull request #886 from ooesili/ssh-error-fetching-username
...
Stop panic when vault ssh username fetching fails
2015-12-29 12:17:51 -06:00
Jeff Mitchell
aaca139bd4
Merge pull request #891 from hashicorp/issue-890
...
Build on GH-890 to add other types
2015-12-29 12:08:00 -06:00
Jeff Mitchell
134b4d2a42
Built on GH-890 to add other types
2015-12-29 13:07:24 -05:00
Jeff Mitchell
b85c29349f
Merge pull request #890 from ironSource/pki-fix
...
fix CA compatibility with OpenSSL
2015-12-29 12:04:03 -06:00
Jeff Mitchell
e43656c045
changelog++
2015-12-29 13:03:22 -05:00
Jeff Mitchell
fa1676882f
Merge pull request #853 from hashicorp/issue-850
...
Make TokenHelper an interface and split exisiting functionality
2015-12-29 12:01:49 -06:00
Jeff Mitchell
822144b321
changelog++
2015-12-29 13:00:57 -05:00
Jeff Mitchell
7d67f27a96
Merge pull request #802 from hashicorp/f-disable-tls
...
server: sanity check value for 'tls_disable'
2015-12-29 11:59:23 -06:00
Jeff Mitchell
6cdb8aeb4f
Merge branch 'master' into f-disable-tls
2015-12-29 12:59:02 -05:00
Jeff Mitchell
41d6e0e085
Merge pull request #882 from hashicorp/clarify-physical-support
...
Clarify stance on physical backend support
2015-12-29 11:40:23 -06:00
Jeff Mitchell
b206775301
changelog++
2015-12-29 12:39:56 -05:00
Jeff Mitchell
2fd29ce458
Merge pull request #887 from nickithewatt/master
...
Corrected HTTP Method for api.TokenAuth.LookupSelf() method
2015-12-29 11:39:16 -06:00
Issac Goldstand
fba756075a
fix CA compatibility with OpenSSL
2015-12-29 18:52:43 +02:00
Greg G
911431ac27
Fixed "edit this page" not clickable
...
The link in .edit-page-link is moved using top and right properties, which makes it "under" the layer of the rest of the page (at least in the docs). Changing the z-index fixes it.
2015-12-28 17:51:27 +01:00
Nicki Watt
eb4aaad082
Using LookupSelf() API method instead of raw HTTP call for auth command
2015-12-28 01:38:00 +00:00
Nicki Watt
939bc5ad9c
Corrected HTTP Method for api.TokenAuth.LookupSelf() method
2015-12-28 00:05:15 +00:00
Wesley Merkel
5a368fa9de
Stop panic when vault ssh username fetching fails
2015-12-26 15:09:07 -07:00
Jeff Mitchell
52545ce020
changelog++
2015-12-23 13:34:39 -05:00
Jeff Mitchell
6d4eab05d3
Merge pull request #883 from 42wim/master
...
Fix ipv6 address advertisement
2015-12-23 09:24:53 -05:00
Jeff Mitchell
77ce147822
Merge pull request #884 from bashtoni/patch-1
...
Doc grammar fix
2015-12-23 09:08:50 -05:00
bashtoni
8248d15a5b
Doc grammar fix
2015-12-22 21:27:08 +00:00
Wim
e8e492f574
Fix ipv6 address advertisement
2015-12-22 21:40:36 +01:00
Jeff Mitchell
dca0e72f10
Clarify stance on physical backend support
2015-12-22 10:50:31 -05:00
Jeff Mitchell
1a324cf347
Make TokenHelper an interface and split exisiting functionality
...
Functionality is split into ExternalTokenHelper, which is used if a path
is given in a configuration file, and InternalTokenHelper which is used
otherwise. The internal helper no longer shells out to the same Vault
binary, instead performing the same actions with internal code. This
avoids problems using dev mode when there are spaces in paths or when
the binary is built in a container without a shell.
Fixes #850 among others
2015-12-22 10:23:30 -05:00
Jeff Mitchell
49d2793acc
changelog++
2015-12-22 10:22:57 -05:00
Jeff Mitchell
4dac5f5a0e
Merge pull request #829 from andrewstuart/master
...
Add parsing of pkcs#8-encoded bundles for pki/config/ca
2015-12-22 10:06:59 -05:00
Jeff Mitchell
8cfc45e0eb
Merge pull request #879 from hashicorp/header
...
fixes 'by HashiCorp' in the header
2015-12-21 12:39:54 -05:00
Jeff Mitchell
03aa82a3dc
Merge pull request #880 from kenjones-cisco/task/pki-docs
...
add missing html tag
2015-12-21 12:38:38 -05:00
captainill
a8b013a4f3
cleanup footer
2015-12-20 11:56:28 -08:00
kenjones
c02013f631
add missing html tag
2015-12-20 14:20:30 -05:00
captainill
2ec7a2f032
capitol C in by hashicorp lockup
2015-12-19 21:21:18 -08:00
Jeff Mitchell
96cb7d0051
Commenting/format update
2015-12-18 10:34:54 -05:00
Jeff Mitchell
56bc82f7cd
changelog++
2015-12-18 10:08:14 -05:00
Jeff Mitchell
8bba9497ac
Some copyediting/simplifying of the Consul page
2015-12-18 10:07:40 -05:00
Jeff Mitchell
a5c9e34f96
Merge pull request #876 from kenjones-cisco/task/consul-docs
...
Update secret backend Consul documentation
2015-12-18 10:03:37 -05:00
kenjones
0d74de9da4
Update secret backend Consul documentation
...
Adds information on the steps to get a management token for use by
Vault when communicating with Consul as a secret backend.
2015-12-18 09:44:31 -05:00
Jeff Mitchell
025acf13b4
Update travis to use Go 1.5.2
2015-12-17 16:38:43 -05:00
Jeff Mitchell
5017907785
Move telemetry metrics up to fix one possible race, but deeper problems in go-metrics can't be solved with this
2015-12-17 16:38:17 -05:00
Jeff Mitchell
3145b666c3
Merge pull request #874 from hashicorp/clean-out-transports
...
Use cleanhttp.DefaultTransport rather than instantiating directly to …
2015-12-17 15:27:02 -05:00
Jeff Mitchell
bf2bf06997
Use cleanhttp.DefaultTransport rather than instantiating directly to avoid leaked FDs
2015-12-17 15:23:13 -05:00
Jeff Mitchell
68773ec5a3
changelog++
2015-12-17 15:09:53 -05:00
Jeff Mitchell
dfffe5cd15
Update go-cleanhttp dependency.
...
Probably fixes #867
2015-12-17 15:08:19 -05:00
Jeff Mitchell
f6ff39ffb0
Fix StandbyRedirect test
2015-12-17 13:58:16 -05:00
Jeff Mitchell
f8a824c476
changelog++
2015-12-17 13:50:56 -05:00
Jeff Mitchell
977e46109a
Merge pull request #873 from hashicorp/standalone-advertise
...
If we have not yet completed post-unseal when running in single-node
2015-12-17 13:49:27 -05:00
Jeff Mitchell
4482fdacfd
If we have not yet completed post-unseal when running in single-node
...
mode, don't advertise that we are active.
Ping #872
2015-12-17 13:48:08 -05:00
Jeff Mitchell
1261791e6f
Update etcd config docs with new options in 0.4.
...
Ping #780
2015-12-17 10:34:41 -05:00
Jeff Mitchell
8f78998e89
changelog++
2015-12-17 10:24:12 -05:00
Jeff Mitchell
d0e252a998
Merge pull request #871 from hashicorp/prioritize-s3-envvars
...
Make S3 act like other parts of vault by prioritizing environment
2015-12-17 10:20:26 -05:00