12463 Commits

Author SHA1 Message Date
Alexander Bezobchuk
7b06590909
Merge PR #9581: Rate Limit Quota Headers 2020-07-29 15:15:05 -04:00
Michael Golowka
b20889a489
Mark MongoDB Atlas as supporting static creds (#9624)
Also fixes some links that are not rendering properly with a newline
between the text and the link.
2020-07-29 11:39:53 -06:00
Nick Cabatoff
0e4f8a0162 Revert hack to nightly test workflow. 2020-07-29 13:10:08 -04:00
Nick Cabatoff
f86b4e147d Hack nightly test workflow to trigger a cache-populating build now. 2020-07-29 12:23:15 -04:00
ncabatoff
3832f9025e
Use the go test cache to reduce circleci test time (#8838) 2020-07-29 12:20:49 -04:00
Scott Miller
db841d1c6d
Increase expiration timeouts on leases to avoid races in NoopBackend (#9600)
* Increase expiration timeouts on leases to avoid races in NoopBackend

* Set timeouts depending on whether they are relevant to the test: 1s for irrelevant, back to 20ms if they are

* revert one more
2020-07-29 10:13:47 -05:00
Alexander Bezobchuk
93d2baedfc
Merge PR #9615: tests: attempt build tag fix 2020-07-28 21:43:14 -04:00
Austin Gebauer
45e6a62186
docs: add missing parameters to the gcpkms key create/update API (#9612) 2020-07-28 13:53:27 -07:00
Jeff Escalante
c58e176533
Fix broken links in website footer (#9613)
* add security page and press kit

* github link correction
2020-07-28 16:22:35 -04:00
ncabatoff
f9b07efe3e
Remove obsolete kms->shamir warning. Add warning about taking a backup. (#9614) 2020-07-28 16:13:57 -04:00
Clint
8b80696e31
Update CHANGELOG.md
Fix ordering of bug fix updates
2020-07-28 09:25:11 -05:00
Clint
163bda90f9
Update CHANGELOG.md 2020-07-28 09:24:39 -05:00
Clint
534093bf63
Forward requests for rotate-root on Performance secondary / standbys (#9606) 2020-07-28 09:22:32 -05:00
Austin Gebauer
f67fc917bf
changelog++ 2020-07-27 13:58:37 -07:00
ncabatoff
9a3744f502
Fix parsing of seal stanzas that have an array for purpose (#9589)
Hexadecimal integers will be converted to decimal, which is unfortunate but shouldn't have any negative effects other than perhaps confusion in the `vault debug` output.
2020-07-27 16:28:52 -04:00
ncabatoff
4f109368a6
Eliminate global that caused race tests to fail in ent with an internal config setting. (#9604) 2020-07-27 16:10:26 -04:00
Ivan Buymov
665d668f05
update gocql version for cassandra physical backend (#9602) 2020-07-27 15:18:43 -04:00
aphorise
7880875f64
Always provide version & storage type in status output (#9598) 2020-07-27 14:33:57 -04:00
Chelsea Shaw
f5f11234af
Ui/ttl form (#9572)
* Add TtlForm and extend TtlPicker2 from new component
2020-07-27 11:02:31 -05:00
Jim Kalafut
f145c66d22
Update OIDC docs (#9599)
Clarify that verbose logging is to the server logs.
2020-07-27 08:51:59 -07:00
ncabatoff
2897ec67e1
Add upgrade note for okta issue. (#9587) 2020-07-27 11:36:17 -04:00
Scott Miller
5b1b2ff127
Fix navigation for the Sentinel config and clarify module usage (#9588) 2020-07-27 09:52:46 -05:00
Austin Gebauer
56386097d8
changelog++ 2020-07-24 15:25:01 -07:00
Austin Gebauer
8c8a68808e
Update GCP secrets plugin (#9591) 2020-07-24 15:10:25 -07:00
Meggie
9e04ed667d
changelog++
Add note to 1.3 that when we released path filters we deprecated mount filters.
2020-07-24 17:37:05 -04:00
Austin Gebauer
2a21a56d67
changelog++ 2020-07-24 08:41:24 -07:00
Austin Gebauer
679c165176
docs: fix sentence in gcp secrets by removing unneeded word (#9585) 2020-07-24 07:36:06 -07:00
ncabatoff
49f2a79a53
Upgrade to newer okta lib for pagination, fetch all groups using it (#9580) 2020-07-24 09:05:08 -04:00
ncabatoff
34144e38ee
Fix 1.5 regression that meant non-string values in the seal stanza would fail config parsing, preventing startup. (#9555) 2020-07-23 13:53:00 -04:00
Yoko
5269a5151d
Add cross-referencing links to learn tutorials (#9562)
* Add cross-referencing link to learn

* Fix grammar

* Update website/pages/docs/concepts/password-policies.mdx

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-07-23 07:56:00 -07:00
Austin Gebauer
0a11b88ceb
changelog++ 2020-07-22 15:58:32 -07:00
Austin Gebauer
36d5245440
Updates the JWT/OIDC auth plugin (#9552) 2020-07-22 15:42:17 -07:00
Meggie
1a2f429dbe
Update CHANGELOG.md
Adding 1.5 features section
2020-07-22 18:03:01 -04:00
Brian Kassouf
feb8c7a583
raft: Update raft library dependency (#9571) 2020-07-22 14:49:51 -07:00
Michael Golowka
dcdc75b39e
Docs: Update MongoDB to support root credential rotation (#9559)
* Update MongoDB to support root credential rotation
2020-07-22 14:56:11 -06:00
Mark Gritter
edfb9c7ee8
Fix links to documentation. (#9570)
* Fix links to documentation.
* Add 1.5.0 upgrade nodes to navigation.
2020-07-22 15:55:41 -05:00
ncabatoff
2519b6c182
Add upgrade note for #9555. (#9569) 2020-07-22 16:24:06 -04:00
Mark Gritter
8b78cb8d0f
Add upgrade note for #9553. (#9563)
* Add upgrade note for #9553.
* Note that these are metrics introduced in 1.5.0.
* Added link to docs.
2020-07-22 14:47:48 -05:00
Alexander Bezobchuk
853d358e8c
Merge PR #9089: Initial 1.5.0 Upgrade Doc 2020-07-22 15:23:02 -04:00
Austin Gebauer
07e7122e78
Adds documentation for OIDC provider specific extension for G Suite (#9454)
* docs: adds documentation for JWT/OIDC google provider specific handling

* use may instead of will for identity group alias association

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>

* adds missed parentheses

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>

* adds missed parentheses

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>

* reword sentence referring to key file for Google service account

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>

* add styles to emphasize security step

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2020-07-22 12:18:58 -07:00
Scott Miller
e45018a169
Add sentinel configuration stanza documentation to OSS (#9558) 2020-07-22 13:07:51 -05:00
ncabatoff
f2c3ee8ec5
Fix a race caused by assignment to core.metricSink (#9560) 2020-07-22 13:52:10 -04:00
ncabatoff
01079528b0
changelog++ 2020-07-22 12:14:09 -04:00
ncabatoff
f09b3138c2
changelog++ 2020-07-22 12:10:43 -04:00
cyrus-mc
9546f18ebc
Merge writeOpts and tlsAuthOpts after call to ApplyURI (#9519) 2020-07-22 12:09:02 -04:00
ncabatoff
4b81ede3e3
Don't assume that time.Duration can be represented by an int. (#9554) 2020-07-22 12:04:52 -04:00
ncabatoff
70bb5fe49a
Handle "invalid request" failures stemming from a kvv2 upgrade. (#9550) 2020-07-22 10:56:00 -04:00
ncabatoff
1eb6408f5a
changelog++ 2020-07-22 10:38:43 -04:00
Sorin Dumitru
1dd99e89fe
plugin: fix process leak when Setup() fails (#9557)
We've noticed some leftover processes from vault plugins on our boxes. Some
of them were even left over from previous instances of the service and reparented
to init.  This could cause issues if too many of them accumulate.

When running with TRACE logging the logs showed that there was an error return by
the call to Setup() the plugin. Looking through the code it looks like we do not
call Cleanup() in that case.

Co-authored-by: Sorin Dumitru <sorindumitru@users.noreply.github.com>
2020-07-22 10:29:50 -04:00
Alexander Bezobchuk
ae91f16cc1
Merge PR #9544: docs: add pages to sidebar 2020-07-22 09:28:56 -04:00