Commit Graph

12078 Commits

Author SHA1 Message Date
Jeff Mitchell
a6b1d1c35d Make aws and transit wrapper funcs a var again 2020-05-14 09:58:03 -04:00
Jeff Mitchell
91b09c09b5 Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
Mike Jarmy
8813dc7363 Test reusable storage (#8983)
* stub out reusable storage test

* implement reusable inmem test

* work on reusable raft test

* stub out simple raft test

* switch to reusable raft storage

* cleanup tests

* cleanup tests

* refactor tests

* verify raft configuration

* cleanup tests

* stub out reuseStorage

* use common base address across clusters

* attempt to reuse raft cluster

* tinker with test

* fix typo

* start debugging

* debug raft configuration

* add BaseClusterListenPort to TestCluster options

* use BaseClusterListenPort in test

* raft join works now

* misc cleanup of raft tests

* use configurable base port for raft test

* clean up raft tests

* add parallelized tests for all backends

* clean up reusable storage tests

* remove debugging code from startClusterListener()

* improve comments in testhelpers

* improve comments in teststorage

* improve comments and test logging

* fix typo in vault/testing

* fix typo in comments

* remove debugging code

* make number of cores parameterizable in test
2020-05-14 08:31:02 -04:00
Jim Kalafut
4afebaf5ee Add 1.4.1 upgrade guide (#8981) 2020-05-13 16:55:32 -07:00
Jason O'Donnell
edb372c2b0 doc: add notes about injector annotations (#8992) 2020-05-13 16:43:34 -04:00
Clement Chauplannaz
9dea6ab68f Typo in policies.mdx (#8850) 2020-05-13 15:17:41 -04:00
Steven Robertson
a1cee9bda9 fixes roleset GET to say 'read' instead of 'delete' (#8799) 2020-05-13 15:13:34 -04:00
ncabatoff
452923d2ae Static roles aren't supported yet for atlas. (#8989) 2020-05-13 12:13:29 -04:00
Mark Gritter
d5b1d5d3a5 Metrics wrapper that adds the cluster name as a label. (#8961) 2020-05-12 21:00:59 -05:00
Vishal Nayak
06f131e142 Vendor update 2020-05-12 18:05:47 -04:00
Scott Miller
fb9e332bba Warn in the documentation against the use of CKM_RSA_PKCS. (#8982)
* Warn in the documentation against the use of CKM_RSA_PKCS

* tweak

* Roger roger.
2020-05-12 10:56:41 -05:00
Mike Jarmy
48822c6c63 Update CHANGELOG.md 2020-05-12 09:02:51 -04:00
Vishal Nayak
260fa21483 Doc: seal migration update (#8724)
* Doc: seal migration update

* s/Auto Unseal/KMS Seal

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* s/Recovery/recovery

* remove 'at this point'

* Address review comments

* Address review feedback

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Update website/pages/docs/concepts/seal.mdx

Co-Authored-By: Meggie <meggie@hashicorp.com>

* Address review comments

Co-authored-by: Meggie <meggie@hashicorp.com>
2020-05-12 01:02:59 -04:00
Andrew N Golovkov
3298836f6a More helpful errors when import bundled certificates (#8951)
* helpful errors: print not only CN but also exactly what we are comparing
* helpful errors: return different errors for non-existent and unknown keys
* helpful errors: print error about encrypted key instead of "private key not found"
2020-05-11 17:01:10 -06:00
Nicole Forrester
33ee86053b Add vault docs redirects & remove deprecated database docs (#8922)
* website: add redirects for old database docs
* delete deprecated database docs
2020-05-11 14:20:40 -06:00
Scott G. Miller
7fa002b028 changelog++ 2020-05-11 14:18:44 -05:00
Scott G. Miller
b0f72e1b45 changelog++ 2020-05-11 14:17:51 -05:00
Scott Miller
06cc94abff Reject requests read and write requests to cubbyhole with an empty path (#8971)
* Reject requests read and write requests to cubbyhole with an empty path
2020-05-11 14:15:36 -05:00
Scott Miller
fa2d754335 Upgrade go-ldap to 3.1.10, containing the send race fix (#8937)
* Upgrade go-ldap to 3.1.10, containing the send race fix
2020-05-11 11:28:01 -05:00
Aleksandr Yakimenko
29f1f63bac Fix minor typos in docs (#8965) 2020-05-11 11:12:48 -04:00
Patrick Bernal
1e0204399a taking out for now due to perms issue (#8969) 2020-05-11 10:03:15 -04:00
Lauren Voswinkel
80ab8d6a45 Removing some unnecessary escape characters from Agent docs (#8957)
* Fix formatting of the Vault Agent docs
2020-05-09 12:52:13 -07:00
Austin Gebauer
7414262ba1 changelog++ 2020-05-08 16:34:14 -07:00
Jim Kalafut
38ad357a37 Update Azure Auth docs (#8963) 2020-05-08 16:20:08 -07:00
Calvin Leung Huang
e84498d552 changelog++ 2020-05-08 16:12:04 -07:00
Calvin Leung Huang
324f68e91c sys: use full mount path for checkAccess on internal/ui/mounts/:path (#8962) 2020-05-08 16:02:40 -07:00
Austin Gebauer
dbc5aa4939 Fix: Only render JWT input field for mounts configured for JWT auth (#8952) 2020-05-08 16:00:28 -07:00
Jason O'Donnell
74ee689417 doc: add note about versions for helm upgrades (#8960)
* doc: add note about versions for helm upgrades

* Fix repo search output

* Update website/pages/docs/platform/k8s/helm/run.mdx

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

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2020-05-08 16:56:39 -04:00
Jeff Mitchell
81afb3fdd0 Update comment in client about canceling the WithTimeout context 2020-05-08 14:48:26 -04:00
Theron Voran
59b14ac993 Update vault helm docs with new helm repo (#8931)
* Update the k8s injector docs for the new helm repo

* Update vault helm docs with new helm repo
2020-05-08 10:55:56 -07:00
Chelsea Shaw
e60ffde122 changelog++ 2020-05-08 12:13:45 -05:00
Chelsea Shaw
b3643350ae changelog++ 2020-05-08 12:12:31 -05:00
Chelsea Shaw
0a33a11aee Ui/ttl form field model (#8891)
Update TTL picker on SSH signing and role create/edit
2020-05-08 12:08:04 -05:00
Jim Kalafut
889074d1d0 Correct docs typos (#8954) 2020-05-08 08:24:38 -07:00
Calvin Leung Huang
149e8cd74e docs: remove comparison reference in what-is-vault page (#8950) 2020-05-07 15:24:08 -07:00
Lauren Voswinkel
2abfb118c4 Fix formatting of the Vault Agent docs (#8947)
* Fix formatting of the Vault Agent docs

* Fix up the param definitions with <code> rather than <tt>

* Use <code> only where there is a link embedded, otherwise ticks
2020-05-07 15:10:49 -07:00
Yoko
2ce0322911 Adding redirect to learn (#8940) 2020-05-07 13:57:31 -07:00
Patrick Bernal
4a60a5877d adding GH action for community triage (#8944) 2020-05-07 13:16:53 -04:00
Kyle MacDonald
98a20aabcc website: add link to certification on /community (#8942) 2020-05-07 12:44:06 -04:00
Meggie
9bc0168ce1 Like TF, let's ask people to ask qs on discuss (#8943)
After a discussion on sustaining engineering, we'd like to further
encourage people to ask questions on the discuss forum by changing the
"Ask a question" issue template to a link to the forum.
2020-05-07 12:11:52 -04:00
Calvin Leung Huang
7a96cd684d Update CHANGELOG.md 2020-05-06 18:39:10 -07:00
Calvin Leung Huang
a7198ee042 changelog++ 2020-05-06 18:37:32 -07:00
Calvin Leung Huang
86ddbafa1e changelog++ 2020-05-06 18:32:36 -07:00
Calvin Leung Huang
bef6eae689 raft: use file paths for TLS info in the retry_join block (#8894)
* raft: use file paths for TLS info in the retry_join stanza

* raft: maintain backward compat for existing tls params

* docs: update raft docs with new file-based TLS params

* Update godoc comment, fix docs
2020-05-06 18:26:08 -07:00
yoyotam
338a466d4a Update standalone-tls.mdx (#8920)
extraEnvironmentVars should be under server, not global

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2020-05-06 17:03:37 -07:00
Michael Golowka
2ee78a278b Fix capabilities to show MSSQL static roles aren't supported (#8935) 2020-05-06 10:56:01 -06:00
ncabatoff
b222886a1a Factor out test logger creation so that it can be used when the caller wants to specify a logger explicitly, e.g. because they also want to use it when creating storage. (#8916) 2020-05-05 12:11:36 -04:00
Vishal Nayak
3d2e84128b changelog++ 2020-05-04 18:24:56 -04:00
Vishal Nayak
206ab86823 Add TypeFloat to field data (#8923)
* Add TypeFloat to field data

* Handle zero value case

* Address review feedback
2020-05-04 18:22:28 -04:00
Calvin Leung Huang
8a4dce5bf0 changelog++ 2020-05-04 14:06:44 -07:00