9692 Commits

Author SHA1 Message Date
Jeff Mitchell
e84e73b3f5 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
6149e1256e fix CA compatibility with OpenSSL 2015-12-29 18:52:43 +02:00
Greg G
261caad317 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
658b99c115 Using LookupSelf() API method instead of raw HTTP call for auth command 2015-12-28 01:38:00 +00:00
Nicki Watt
9db5180803 Corrected HTTP Method for api.TokenAuth.LookupSelf() method 2015-12-28 00:05:15 +00:00
Wesley Merkel
59c5ccb36f Stop panic when vault ssh username fetching fails 2015-12-26 15:09:07 -07:00
Jeff Mitchell
e6fd8cc418 changelog++ 2015-12-23 13:34:39 -05:00
Jeff Mitchell
452d4a6034 Merge pull request #883 from 42wim/master
Fix ipv6 address advertisement
2015-12-23 09:24:53 -05:00
Jeff Mitchell
f324aa6a68 Merge pull request #884 from bashtoni/patch-1
Doc grammar fix
2015-12-23 09:08:50 -05:00
bashtoni
cdf4cea209 Doc grammar fix 2015-12-22 21:27:08 +00:00
Wim
fb92a7a802 Fix ipv6 address advertisement 2015-12-22 21:40:36 +01:00
Jeff Mitchell
186b523a50 Clarify stance on physical backend support 2015-12-22 10:50:31 -05:00
Jeff Mitchell
c15974cbdd 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
13739c886a changelog++ 2015-12-22 10:22:57 -05:00
Jeff Mitchell
69a2d7b8cc 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
190a6f8e2c Merge pull request #879 from hashicorp/header
fixes 'by HashiCorp' in the header
2015-12-21 12:39:54 -05:00
Jeff Mitchell
7885899dcb Merge pull request #880 from kenjones-cisco/task/pki-docs
add missing html tag
2015-12-21 12:38:38 -05:00
captainill
4142437b10 cleanup footer 2015-12-20 11:56:28 -08:00
kenjones
71a8118229 add missing html tag 2015-12-20 14:20:30 -05:00
captainill
99d70e995a capitol C in by hashicorp lockup 2015-12-19 21:21:18 -08:00
Jeff Mitchell
7f5df8f569 Commenting/format update 2015-12-18 10:34:54 -05:00
Jeff Mitchell
cdfbbd82a7 changelog++ 2015-12-18 10:08:14 -05:00
Jeff Mitchell
74b7e36221 Some copyediting/simplifying of the Consul page 2015-12-18 10:07:40 -05:00
Jeff Mitchell
f6d478cd1f Merge pull request #876 from kenjones-cisco/task/consul-docs
Update secret backend Consul documentation
2015-12-18 10:03:37 -05:00
kenjones
c70f7e507e 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
32b54bfd00 Update travis to use Go 1.5.2 2015-12-17 16:38:43 -05:00
Jeff Mitchell
88f05bec4d 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
a3e000ff7d 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
b38394e456 Use cleanhttp.DefaultTransport rather than instantiating directly to avoid leaked FDs 2015-12-17 15:23:13 -05:00
Jeff Mitchell
3bd4bd8738 changelog++ 2015-12-17 15:09:53 -05:00
Jeff Mitchell
bf246af333 Update go-cleanhttp dependency.
Probably fixes #867
2015-12-17 15:08:19 -05:00
Jeff Mitchell
214d3e259d Fix StandbyRedirect test 2015-12-17 13:58:16 -05:00
Jeff Mitchell
45cb110473 changelog++ 2015-12-17 13:50:56 -05:00
Jeff Mitchell
7d8c6936c8 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
d8d21c32d9 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
51cee50fb6 Update etcd config docs with new options in 0.4.
Ping #780
2015-12-17 10:34:41 -05:00
Jeff Mitchell
61adc37bfd changelog++ 2015-12-17 10:24:12 -05:00
Jeff Mitchell
9f18e3eac4 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
Jeff Mitchell
3fe1fe4927 Make S3 act like other parts of vault by prioritizing environment
variables over configuration values.
2015-12-17 10:19:42 -05:00
Jeff Mitchell
ff0e48dceb changelog++ 2015-12-17 10:12:53 -05:00
Jeff Mitchell
ebb3153c3a Merge pull request #865 from wikiwi/etcd-auth
Basic Auth support for Etcd
2015-12-17 10:09:56 -05:00
Chi Vinh Le
ef5bc3e4cb Basic Auth support for Etcd.
Fixes #859
2015-12-17 12:50:10 +01:00
Jeff Mitchell
5d6a6921f1 Merge pull request #868 from hashicorp/rename-gouuid
Migrate 'uuid' to 'go-uuid' to better fit HC naming convention
2015-12-16 12:56:45 -05:00
Jeff Mitchell
a0308e6858 Migrate 'uuid' to 'go-uuid' to better fit HC naming convention 2015-12-16 12:56:20 -05:00
Jeff Mitchell
ed1c92149a Merge pull request #862 from doublerebel/master
[helper] support mlock on Solaris/SmartOS
2015-12-16 12:00:34 -05:00
Jeff Mitchell
bc527edd2f Use Go 1.5.2 in Godeps.json 2015-12-16 11:59:59 -05:00
Jeff Mitchell
91e2ddd167 CL++ 2015-12-15 20:02:43 -05:00
Jeff Mitchell
65846b5ded Merge pull request #861 from terrycorley/patch-1
Documentation - Change API endpoint path for app-id
2015-12-15 20:02:13 -05:00
Charles Phillips
2d7023731f [helper] support mlock on Solaris/SmartOS 2015-12-15 11:28:16 -08:00
Terry Corley
e9aca2b4a1 Change API endpoint path for app-id
The /login path was confusing because its not relative and not consistent with other documentation. Other documentation (e.g., username and password at https://www.vaultproject.io/docs/auth/userpass.html) uses relative path.
2015-12-15 12:45:04 -06:00