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
Jeff Mitchell
58c356f1aa
Merge pull request #860 from hashicorp/website-safari
...
flexbox should only have been used on website subpages
2015-12-15 13:36:47 -05:00
captainill
233962c83c
flexbox should only have been used on website subpages
2015-12-15 10:14:25 -08:00
Jeff Mitchell
86bea3f50d
CL++
2015-12-14 21:27:12 -05:00
Jeff Mitchell
ff8f27d981
Merge pull request #857 from hashicorp/issue-836
...
Use an initialized client when using IAM roles with S3 physical backend
2015-12-14 21:25:41 -05:00
Jeff Mitchell
b0b8d24bc0
CL++
2015-12-14 21:24:29 -05:00
Jeff Mitchell
ac041f8390
Merge pull request #856 from hashicorp/issue-581
...
Allow setting the advertise address via an environment variable.
2015-12-14 21:23:36 -05:00
Jeff Mitchell
d7cb3c9f94
Allow setting the advertise address via an environment variable.
...
Fixes #581
2015-12-14 21:22:55 -05:00
Jeff Mitchell
6e46e56b21
Ensure advertise address detection runs without a specified HA backend
...
Ping #840
2015-12-14 21:13:27 -05:00
Jeff Mitchell
0914d931b3
Update Changelog and documentation with separate-HA-backend info.
2015-12-14 21:04:58 -05:00
Jeff Mitchell
32bfc884c7
Merge pull request #840 from hashicorp/issue-395
...
Allow separate HA physical backend.
2015-12-14 20:56:47 -05:00