11849 Commits

Author SHA1 Message Date
ncabatoff
8cb3c7f17b
changelog++ 2020-03-09 09:56:44 -04:00
ncabatoff
2ec27225bc
Update to go-metrics 1.3.3 for Prometheus performance improvements. (#8507) 2020-03-09 09:54:55 -04:00
ncabatoff
58797d649a
changelog++ 2020-03-09 08:01:26 -04:00
Lars Lehtonen
ad3110fa18
builtin/logical/pki: fix JSON tag (#8324) 2020-03-06 18:41:26 -08:00
Brian Kassouf
a71f965843
changelog++ 2020-03-06 16:14:31 -08:00
Jason O'Donnell
fdcec2c3e6
doc: update openldap with racf schema support (#8491) 2020-03-06 14:46:33 -08:00
Brian Kassouf
ccb0dd7c05
Rename raft configuration command to list-peers and make output easier to read (#8484)
* Make the output of raft configuration easier to read

* Rename raft configuration sub command to list-peers

* Update command/operator_raft_listpeers.go

Co-Authored-By: Calvin Leung Huang <cleung2010@gmail.com>

Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-03-06 14:40:50 -08:00
Becca Petrin
80a811bf37
Docs for Kubernetes Helm with Vault Enterprise (#8283) 2020-03-06 13:36:06 -08:00
Denis Subbotin
375ab6f102
fix minor potential nil-pointer panic on line 89 (#8488) 2020-03-06 13:32:36 -08:00
Daniel Gozalo
e82399a94f
feat: replace the way AWS sessions are created and added a new WebIdentity provider to the credentials chain (#7738)
* feat: replace the way AWS sessions are created and added a new WebIdentity provider to the credentials chain

* feat: use the correct sdk version

* feat: update go.mod

* feat: remove unnecessary new line

* feat: move AWS_ROLE_SESSION_NAME check up
2020-03-06 13:19:50 -08:00
Jeff Escalante
ad0fccd3c2
update package lock (#8495) 2020-03-06 15:14:17 -05:00
Jeff Escalante
526bdf7c92
Improve website docker image build (#8437)
* improve website docker image build

* update image tag technique

* generate ci file
2020-03-06 10:50:38 -08:00
Jorge Heleno
6eba9c0766
Add LDAP anonymous group search and client certs (#8365) 2020-03-06 10:27:09 -08:00
Jason O'Donnell
66856f3951
openldap secret: update go.mod (#8494) 2020-03-06 12:46:29 -05:00
Brian Kassouf
05a754241d
Fix migrating away from raft storage (#8485) 2020-03-06 09:35:17 -08:00
Jason O'Donnell
fcbfc90dbe
secrets/openldap: update go.mod (#8475)
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-03-06 11:52:28 -05:00
Caine Jette
3fb80bb0bd
Fix wording in help text (#8438)
Add "at" in "the UI is accessible at the following URL"

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-03-06 08:26:18 -08:00
Angel Garbarino
9e6defc808
Update CHANGELOG.md 2020-03-06 09:18:59 -07:00
Brian Shumate
9940ea4af6
API Docs: edits to OpenLDAP secrets engine (#8490)
- Fix typo
- Remove trailing spaces
2020-03-06 10:18:44 -05:00
Brian Kassouf
a0064c75de
Update raft.mdx 2020-03-05 17:02:31 -08:00
Brian Kassouf
83bb39fe53
Doc: Raft retry join (#8448)
* Doc: Raft retry join

* Update website/pages/docs/configuration/storage/raft.mdx

Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>

* Update website/pages/docs/configuration/storage/raft.mdx

Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>

* Update website/pages/docs/configuration/storage/raft.mdx

Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>

* Update website/pages/docs/configuration/storage/raft.mdx

Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>

* Address review feedback

Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
2020-03-05 16:47:10 -08:00
Brian Kassouf
5d37cd06b7
changelog++ 2020-03-05 15:00:46 -08:00
Angel Garbarino
a802660ca0
Improvement: give option to refresh namespace dropdown (#8442)
* move manage and add refresh action

* move title of current namespace

* finish menu redesign

* conditionally hide or show manage namespaces

* fix quotes
2020-03-05 15:12:20 -07:00
Chelsea Shaw
a9949fd7ed
CHANGELOG -+ 2020-03-05 14:27:05 -06:00
Jim Kalafut
d49089e4e0
changelog++ 2020-03-05 10:45:32 -08:00
Chelsea Shaw
b506db16bc
Ui/transit key versions update (#8480)
* Update transit versions list styling and add ability to copy public key from dropdown menu for asymmetric key types

* Cursor is default if list item row has no destination
2020-03-05 12:14:06 -06:00
Jason O'Donnell
e6dca6afba
docs: update vault k8s to 0.3.0 (#8479)
* docs: update vault k8s to 0.3.0

* Update descriptions

* Clarify init-first annotation description

* Update website/pages/docs/platform/k8s/injector/annotations.mdx

Co-Authored-By: Jim Kalafut <jkalafut@hashicorp.com>

Co-authored-by: Jim Kalafut <jim@kalafut.net>
2020-03-05 11:21:01 -05:00
Brian Kassouf
a8539c6904
Update docs-navigation.js 2020-03-04 15:57:32 -08:00
Brian Kassouf
0d7ab40c59
Add some integrated raft storage docs (#8417)
* Add migration docs for raft storage

* Add link to cluster addr config parameter

* Add raft internals page

* Fix page headers

* Add performance_multiplier docs

* Add a few more raft config options

* Add default value

* Add not about join using seals

* Update website/pages/docs/commands/operator/migrate.mdx

Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>

* Update website/pages/docs/configuration/storage/raft.mdx

Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>

* Update website/pages/docs/configuration/storage/raft.mdx

Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>

* Update website/pages/docs/internals/integrated-storage.mdx

Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>

* Update website/pages/docs/internals/integrated-storage.mdx

Co-Authored-By: Meggie <m.ladlow@gmail.com>

* Update website/pages/docs/internals/integrated-storage.mdx

Co-Authored-By: Meggie <m.ladlow@gmail.com>

* Update website/pages/docs/configuration/storage/raft.mdx

Co-Authored-By: Meggie <m.ladlow@gmail.com>

* Review feedback

Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
Co-authored-by: Meggie <m.ladlow@gmail.com>
2020-03-04 12:58:51 -08:00
Chelsea Shaw
a74f6a5afc
CHANGELOG++ 2020-03-04 11:40:36 -06:00
Chelsea Shaw
94af30c592
Ui/transit key actions textareas (#8462)
* feat: update transit textareas to codeblocks & automatically encode plaintext to base64 unless marked as encoded
2020-03-04 11:36:37 -06:00
Patrick Bernal
17361f2b5a
changelog-- 2020-03-04 09:37:44 -05:00
Patrick Bernal
f95b237da5
update link for GH-8282 2020-03-04 09:18:27 -05:00
ncabatoff
2b1f89e9bd
changelog++ 2020-03-04 08:49:02 -05:00
Chelsea Shaw
6c4508007a
CHANGELOG ++ 2020-03-03 18:04:51 -06:00
Jim Kalafut
0bc24d0565
changelog++ 2020-03-03 15:42:16 -08:00
ncabatoff
6c92f1e40b
Reduce blocking in approle tidy by grabbing only one lock at a time. (#8418)
Revamp race test to make it aware of when tidies start/stop, and to generate dangling accessors that need cleaning up.  Also run for longer but with slightly less concurrency to ensure the writes and the cleanup actually overlap.
2020-03-03 16:43:24 -05:00
Jim Kalafut
152b4a8447
Correct GCP auth permissions list. (#8454)
Remove `listInstances`, which isn't a valid permission.
2020-03-02 21:43:07 -08:00
Jim Kalafut
261aa851c5
Reduce GH action fetch scope 2020-03-02 21:36:34 -08:00
Jim Kalafut
b73b3a5a08
changelog++ 2020-03-02 13:20:41 -08:00
Chelsea Shaw
e0e3738a9f
skip go tests on ui and doc branches (#8372)
* skip test-go and test-go-race workflows when branch starts with ui/ or docs/
2020-03-02 14:08:42 -06:00
Heechul Ryu
7d9b2502ed
Fix wrong link in CHANGELOG.md (#8429)
from `https://github.com/hashicorp/vault/pull/78`
to `https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/78`
2020-03-02 09:31:20 -08:00
Angel Garbarino
3e29ba962c
Add Core Usage Metrics Components to Storybook (#8401)
* add core usage metrics components to storybook, rename component from small to simple

* remove const from js file

* remove grid container knob from selectable-card
2020-03-02 10:12:34 -07:00
Calvin Leung Huang
1a451c6752
docs: add audit non-hmac-* flags to command docs (#8250) 2020-03-02 11:36:10 -05:00
Mike Green
e2dc62bb4d
adding prometheus info to make more self-service (#8312) 2020-03-02 11:21:50 -05:00
Stuart Purgavie
245214bdd4
Remove unintentional duplicate string (#8430)
Same string noted in documentation twice, updating to expected string based on context.
2020-02-28 14:48:53 -05:00
Jim Kalafut
b4ff2cf9ac
Minor docs update (#8428) 2020-02-27 00:11:05 -05:00
Jim Kalafut
688f5e93e2
Add stable-website cherry-pick action (#8427) 2020-02-27 00:08:03 -05:00
Jim Kalafut
f104af2955
Fix identity token caching (#8412)
The namespace-partitioned cache flushing was not being used correctly,
which could leave standby nodes with stale information.

Fixes #8284
2020-02-26 15:56:19 -05:00
Becca Petrin
18a323cd27
Sanitize Vault version strings for Kubernetes (#8411)
* sanitize vault version strings for kube

* replace disallowed chars with dashes

* use strings.Map

* use switch for whitelisted chars
2020-02-24 14:19:58 -08:00