11849 Commits

Author SHA1 Message Date
RJ Spiker
d13fa50c4e bump global-styles to ^2.0.3 (#7838) 2019-11-22 15:38:25 -06:00
Noelle Daley
d1aff9dfc9
Update CHANGELOG.md 2019-11-22 11:15:34 -08:00
Noelle Daley
05ca95e182
store secret key and value as an object to fix copy/show secret bug (#7926) 2019-11-22 11:12:33 -08:00
Clint
80fcc7907c
link to template docs from Agent docs (#7876)
* link to template docs from Agent docs

* fix docs link

* fix metadata in template index page

* fix formatting that caused template index to render blank
2019-11-22 11:39:11 -06:00
Seth Vargo
4798202103 Output human duration in TTL warnings (#7901) 2019-11-22 09:38:46 -08:00
Jeff Escalante
d5b188d6e2 Removed "bundled with" in lockfile (#7921)
...to work around netlify build image bug
2019-11-21 16:22:35 -08:00
Calvin Leung Huang
3ccd5cb9f2
changelog++ 2019-11-21 14:51:26 -08:00
Calvin Leung Huang
4ec6dbaec3
agent: add -exit-after-auth flag (#7920)
* agent: add -exit-after-auth flag

* use short timeout for tests to prevent long test runs on error

* revert sdk/go.mod
2019-11-21 14:46:15 -08:00
Brian Kassouf
01d2a9249c
Update raft_test.go 2019-11-21 11:12:28 -08:00
Jim Kalafut
0b103335d5
changelog++ 2019-11-21 08:47:56 -08:00
Sam Salisbury
7543d02412 ci: update to latest circleci-multi-file-config
- This loosens the ci-verify diff to ignore whitespace.
- See github.com/samsalisbury/circleci-multi-file-config@9dc5c1498202ea1ee8e395a2ddca66ab7f6a7bdb
2019-11-21 14:46:10 +00:00
Brian Kassouf
25b829360c
Remove unnecessary locking during heartbeating (#7877) 2019-11-20 17:24:49 -08:00
Calvin Leung Huang
affc75ed66 tests: eliminate flakiness on TestRecovery (#7897) 2019-11-20 20:21:34 -05:00
Calvin Leung Huang
9bfee452a6
changelog++ 2019-11-20 13:32:13 -08:00
Calvin Leung Huang
a609c641ff
docs: add request_timeout to config docs for secrets/ad and auth/ldap backends (#7917) 2019-11-20 13:30:33 -08:00
Clint
a7c2a4d0c0
Update CHANGELOG.md 2019-11-20 14:42:26 -06:00
Clint
aaabeff479
Agent Template: check rendering to match expectations (#7899)
* add regression test for #7883

* Add logic to count render events and match them to expected

* remove the WAIT label and make some changes to remove the break statements

* change the 'randomness' of the templateContents test helper method
2019-11-20 14:39:20 -06:00
Calvin Leung Huang
2612924b97
changelog++ 2019-11-20 11:29:42 -08:00
Calvin Leung Huang
6191cfaf91
sdk/ldaputil: add request_timeout configuration option (#7909)
* sdk/ldaputil: add request_timeout configuration option

* go mod vendor
2019-11-20 11:26:13 -08:00
Chris Hoffman
4e134b6a26
updating status of backend to beta (#7916) 2019-11-20 10:07:35 -05:00
Marcus T
86341afade Misc Documentation Fixes (#7662)
* Update parameter names to match URL placeholders

* Fix incorrect parameter quoting

Without the separated quoting, the entire `ec2_alias (string: "role_id")` string becomes an anchor link.

* Fix default value for userattr

vault/sdk/helper/ldaputil/config.go shows userattr has a default value of "cn"

* Fix default value for url

Documentation says it's required, but vault/sdk/helper/ldaputil/config.go shows that url has a default value.

* Fix default value for url

Documentation says it's required, but vault/sdk/helper/ldaputil/config.go shows that url has a default value.
2019-11-19 16:17:45 -06:00
Jim Kalafut
1fd5b530c9
Update JWT docs (#7884) 2019-11-19 13:52:19 -08:00
Jim Kalafut
354aefe3eb
changelog++ 2019-11-19 08:16:13 -08:00
Jeff Mitchell
cccda49b39 Fix test for Go 1.13 2019-11-18 23:10:37 -05:00
Jeff Mitchell
e938429bac
Fix cluster cipher test (#7900)
Go 1.13 flipped TLS 1.3 to opt-out instead of opt-in, and its TLS 1.3
support does not allow configuring cipher suites. Simply remove the
affected test; it's not relevant going forward and there's ample
evidence it works properly prior to Go 1.13.
2019-11-18 23:04:49 -05:00
Yoko
43644ab01e
Added a cross-referencing link to Learn (#7898) 2019-11-18 15:02:12 -08:00
Dane Harrigan
ddf8c44e9c Fix minor typo in website docs (#7882)
The -> They
2019-11-14 13:38:01 -08:00
Jeff Mitchell
fa245e6a1d Remove the Thrift replacement line.
I'm not sure if it's that Go has worked around/fixed this or Apache did,
but I can confirm that it builds fine with both Go 1.12.13 and 1.13.4
without the line.
2019-11-14 14:43:48 -05:00
Brian Kassouf
6d3aadaf01
Add 1.3.0 upgrade guide (#7881) 2019-11-14 09:10:39 -08:00
Brian Shumate
0519ec3f30 Typo (#7880) 2019-11-14 08:53:42 -08:00
Brian Kassouf
be474f3f99
changelog++ 2019-11-14 08:27:12 -08:00
James Bayer
8621c747f4 added email (#7878) 2019-11-13 16:15:07 -08:00
Jason O'Donnell
293fc29583
Update vault-helm to 0.2.1 (#7873) 2019-11-13 16:00:50 -05:00
Jim Kalafut
d0e7ed95bc
changelog++ 2019-11-13 11:36:55 -08:00
Sam Salisbury
0e6c4a428b bump Docker builder image to go1.12.12 2019-11-13 10:19:55 +00:00
Colton J. McCurdy
48da554763 docs/website: fix broken chef-puppet with vault blog link (#7850)
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
2019-11-13 08:59:29 +01:00
Colton J. McCurdy
80bc8d060a [docs/website/dynamic-secrets] - fix typo in multi-line cli command for configuring postgres as a secrets engine (#7842)
* docs/website/secret-mgmt: fix minor typo in cli command for configuring postgres secrets engine

Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>

* docs/website/secret-mgmt: fix minor typo in cli command for configuring postgres secrets engine

Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
2019-11-13 08:43:00 +01:00
Jim Kalafut
d00cb48023
changelog++ 2019-11-12 12:03:19 -08:00
Jim Kalafut
279596ac80 Update GCP secrets plugin (#7869) 2019-11-12 11:59:26 -08:00
Brian Kassouf
eac55bae11
Reindex docs (#7868)
* update reindex docs

* update reindex docs
2019-11-12 11:54:04 -08:00
Mike Jarmy
45eb796185
Improve telemetry docs (#7762)
* improve telemetry docs

* improve telemetry docs

* improve telemtry docs

* improve telemetry docs

* improve telemetry docs

* improve telemetry docs

* cleanup

* cleanup

* cleanup

* cleanup

* cleanup

* cleanup

* Edited the note a little bit
2019-11-12 14:47:07 -05:00
Clint
ec62abb951 Update how Vault Agent configures Consul Templates internal logger (#7822)
* fix up logger in Vault Agent Template

* update deps
2019-11-12 11:29:29 -08:00
Brian Kassouf
977c65f730 Fix token counters test (#7867) 2019-11-12 13:33:28 -05:00
Michel Vocks
dc1c9c7db1 Fix indefinitely hanging agent test (#7866) 2019-11-12 09:19:11 -08:00
Michel Vocks
8f1e9dff5d Backport OSS changes from enterprise (#7864) 2019-11-12 09:17:37 -08:00
Sam Salisbury
af22af4aa2 ci: increase no-output timeout 2019-11-12 14:03:42 +00:00
Brian Kassouf
660ef96bb9 Fix build for openbsd 2019-11-11 20:10:21 -08:00
Brian Kassouf
b6b93d1c60 Update SDK 2019-11-11 19:41:52 -08:00
Brian Kassouf
390e96e22e bump variables to 1.3 2019-11-11 19:33:14 -08:00
Brian Kassouf
06b506f886 Update plugins 2019-11-11 19:28:09 -08:00