12881 Commits

Author SHA1 Message Date
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
Meggie
45f26ac940
Link to release notes on downloads page (#9546)
* Link to release notes on downloads page

* Per Jeff E's comment linking to index
2020-07-21 18:11:32 -04:00
Mark Gritter
790d10a5a2
changelog++ 2020-07-21 16:12:43 -05:00
ncabatoff
7f849bbf24
changelog++ 2020-07-21 16:32:07 -04:00
ncabatoff
07444c066b
Make runTransit tolerate a non-core-0 leader. (#9548) 2020-07-21 15:50:01 -04:00
Austin Gebauer
63bc5ff1ea
docs: specify which JWT/OIDC role params support JSON pointer syntax in API docs (#9518) 2020-07-21 11:20:10 -07:00
Brian Kassouf
7549070cfa
raft: Fix some snapshot restore issues (#9533)
* raft: Remove double read lock

* Reload TLS keyring after reloading the barrier keys
2020-07-21 10:59:07 -07:00
Meggie
f7e0a0fa50
Update CHANGELOG.md 2020-07-21 13:37:28 -04:00
Austin Gebauer
2265d18dce
docs: changes the default alias names in the GCP auth API docs to role_id for both IAM and GCE (#9494) 2020-07-21 10:22:24 -07:00
ncabatoff
2f6f5a3ce9
Persist the jsonfile of test2json output for debugging. (#9542) 2020-07-21 13:18:17 -04:00
Mike Jarmy
dbd3286091
set path properly in NewRaftBackend() (#9128)
* set path properly in NewRaftBackend()

* get rid of storeLatestState
2020-07-21 12:48:24 -04:00
Jason O'Donnell
98566e9ec6
doc: add k8s probe notes to helm doc (#9543) 2020-07-21 12:40:43 -04:00
Meggie
76dd651cd1
docs: add release notes (#9540)
* Create nav for release notes

* Update 1.5.0.mdx

Initial release notes

* Update 1.5.0.mdx

Minor edits

* Update 1.5.0.mdx

Made a small grammatical edit

* Update 1.5.0.mdx

Changed a period to a colon

* Update 1.5.0.mdx

Some minor formatting changes

* Update 1.5.0.mdx

Changes to the Splunk app description

* Update 1.5.0.mdx

Small change to the vault monitor command description

* Update 1.5.0.mdx

Small change to the description of the vault monitor command

* Update 1.5.0.mdx

Added link to the Splunk app for Monitoring Vault

* Updating version

* Capitalization consistency

Co-authored-by: Andy Manoske <andy@hashicorp.com>
Co-authored-by: Darshana Sivakumar <darshana10@gmail.com>
2020-07-21 12:23:03 -04:00
ncabatoff
da65310052
Set an env var we can use to see if we're running in -race mode. (#9488) 2020-07-21 10:50:28 -04:00
Jason O'Donnell
ef9fd977c3
doc: remove beta warnings for openshift (#9541) 2020-07-21 10:43:41 -04:00
ncabatoff
c7b0a40273
Make standbyStopCh atomic to avoid data races (#9539) 2020-07-21 08:34:07 -04:00
ncabatoff
7a022d1c9e
Remove now unused ReplicationStaleReadTimeout (#9537) 2020-07-21 07:38:31 -04:00
ncabatoff
4ada1b0e20
Prevent panic due to upgrading existing kv mount to v2. (#9536) 2020-07-20 16:35:26 -04:00
Jason O'Donnell
e6ec457488
Add docker dev build targets (#9426)
* Add docker dev build target

* Update scripts/docker/Dockerfile

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

* Add multi-stage build

* Add comment about multi-stage

* Add docker-dev-ui

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-07-20 14:11:34 -04:00
ncabatoff
00487059d5
Improve logging, and add polling to the post-stepdown leader check. (#9530) 2020-07-20 12:44:23 -04:00
ncabatoff
3728d0eefd
Move to Go 1.14.6. (#9527) 2020-07-20 10:38:59 -04:00
ncabatoff
b95822b713
Use the accessor method so state lock is used to check perf standby status. (#9496) 2020-07-20 10:34:16 -04:00
ncabatoff
80e25ff24c
Make sure cluster is stopped before wiping storage. (#9526) 2020-07-20 09:32:38 -04:00
Noelle Daley
646babcf45
Update CHANGELOG.md 2020-07-17 13:30:22 -07:00
Noelle Daley
c72306ad4f
UI/transit add missed algorithms follow up (#9520)
* fix NaN error for version history of aes128-gcm96 transit secrets

* convert aes128-gcm96 keys to milliseconds to work with date-frmo-now helper
2020-07-17 13:25:39 -07:00
Jeff Mitchell
69d50406e9
Revert "Revert "Get rid of sdk internal reloadutil package for now. (#9515)" (#9521)" (#9522)
This reverts commit f687267c8086b63ee10043b42918ea0a63956c39.
2020-07-17 15:42:41 -04:00
Jeff Mitchell
cf0d1501bf Fix broken api reference in go.mod 2020-07-17 15:31:04 -04:00
Jeff Mitchell
f687267c80
Revert "Get rid of sdk internal reloadutil package for now. (#9515)" (#9521)
This reverts commit fa39e7bce02301cd795fa9ccbb2a55ff92ea13c6.
2020-07-17 15:18:44 -04:00
ncabatoff
fa39e7bce0
Get rid of sdk internal reloadutil package for now. (#9515) 2020-07-17 15:16:15 -04:00
Mark
60f68dc69d
UI Transit: Add missed algorithms (#9070)
Co-authored-by: Noelle Daley <noelledaley@users.noreply.github.com>
2020-07-17 12:12:12 -07:00
Scott Miller
01eda07010
API and upgrade docs for global plugin reload (#9487) 2020-07-17 13:39:24 -05:00
Vishal Nayak
4f2b7092ca
Remove prefix for exception paths; add sys/internal/ui/mounts (#9512) 2020-07-17 10:55:38 -04:00
Austin Gebauer
7e45be5730
Replaces storage backend with secrets engine in the gcp secrets docs (#9511) 2020-07-16 17:43:47 -07:00