12386 Commits

Author SHA1 Message Date
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
Calvin Leung Huang
1df2e7d79b
sdk/gomod: remove dependency on vault (#9449)
* sdk/gomod: remove dependency on vault

* add vendored deps

* sdk/testing: move reloadutil into internal package

* re-vendor moved files
2020-07-16 16:24:07 -07:00
Austin Gebauer
fc093b6be4
changelog++ 2020-07-16 13:40:56 -07:00
Austin Gebauer
2eec5b0f7c
Updates the GCP auth plugin (#9507) 2020-07-16 12:38:44 -07:00
Mike Jarmy
c1bc13bb5b
Add a lock to seal migration (#9485)
* add a lock to seal migration

* switch to CompareAndSwapInt32

* switch to uber go-atomic
2020-07-16 15:14:29 -04:00
Alexander Bezobchuk
0756ec4492
Merge PR #9502: Resource Quotas: Remove 'burst' Param from Rate Limiter 2020-07-16 14:34:43 -04:00
Angel Garbarino
904a9c26d8
remove default value based on workflow discussions (#9493) 2020-07-16 11:11:23 -06:00
Freddy
dc76fa6fe8
Allow consul repo override via env (#9500) 2020-07-16 10:48:12 -04:00
Rodrigo D. L
faf2958cde
Adding a Clone() function to the request hanlder to be used when theres a need to modify the current request before saving it (#9499) 2020-07-16 09:53:46 -04:00
Scott Miller
73b1eed7c9
Add CL entry for mount_type addition (#9489) 2020-07-15 13:12:35 -05:00
Vishal Nayak
9dd5e7727c
Fetch quota by name before updating it (#9466)
* Fix quotas update

* Update doc
2020-07-15 13:25:00 -04:00
Mike Jarmy
b557b76ac1
Update the seal migration docs (#9432)
* update the seal migration docs

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

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

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-07-15 11:55:28 -04:00
ncabatoff
f709eacbe9
Correct template server entry
GH-9200 was backported and released first in 1.4.3.
2020-07-14 18:06:57 -04:00
Mark Gritter
e14ec1b168
Remove namespace from mount_point label. (#9436)
* Remove namespace from mount_point label.
* Fix the other two places where vault.token.creation is emitted.
2020-07-14 14:28:11 -05:00
ncabatoff
c68ab7bfaa
Don't override MaxWait, its default is good for CI (#9478) 2020-07-14 14:21:37 -04:00
Theron Voran
86c5d39c31
changelog++
for 1.4.4
2020-07-14 09:04:03 -07:00
Angel Garbarino
c0ee7891f6
Update CHANGELOG.md 2020-07-14 09:06:11 -06:00
Angel Garbarino
68ecbf8dce
Update Alert banner message-body to match design system (#9463)
* make alert banner text black

* remove comment in scss file
2020-07-14 09:04:54 -06:00
Theron Voran
43dc36168a
changelog++ 2020-07-14 00:15:26 -07:00
Ori Rawlings
95e05e5642
Don't require AWS_ROLE_SESSION_NAME to sts:AssumeRoleWithWebIdentity (#9416)
Fixes #9415

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2020-07-13 23:31:49 -07:00
Meggie
1c8263c180
Add RC note on downloads page (#9473) 2020-07-13 18:43:30 -04:00
Chelsea Shaw
583f6a66ef
Add truthy check for data.policies before calling 'includes' on it (#9467) 2020-07-13 15:07:25 -05:00
Calvin Leung Huang
325dece140
quotas: fix data race that could occur if ApplyQuota was called durin… (#9458)
* quotas: fix data race that could occur if ApplyQuota was called during a db reset

* Abstract out the locking caller

* Remove unneeded lock

* Update

Co-authored-by: Vishal Nayak <vishalnayakv@gmail.com>
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2020-07-13 11:42:39 -07:00
Mike Jarmy
077bf46483
Update CHANGELOG.md 2020-07-13 14:12:15 -04:00
Calvin Leung Huang
64929822a9
raft/test: fix snapshot peers race test by using committed and applied indexes (#9459) 2020-07-13 10:02:51 -07:00
Calvin Leung Huang
ae3369788b
changelog++ 2020-07-10 16:57:34 -07:00
Calvin Leung Huang
1d6e9fb17f
gomod: update golang.org/x/sys (#9455) 2020-07-10 14:43:49 -07:00
Theron Voran
4c44ccd52a
docs: Updating vault-helm service_registration docs (#9417)
* Adding notes about ingress and route requirements

Specifically that they require vault 1.4 with service_registration
enabled. Also removed a stray block about extraVolumes.
2020-07-10 13:02:51 -07:00
Michael Golowka
695b117cc0
Add links to API docs (#9442) 2020-07-10 12:55:43 -06:00
ncabatoff
026d1116b5
Modifying base can break tests that share the same coreConfig passed to NewTestCluster. (#9451) 2020-07-10 13:11:18 -04:00
Noelle Daley
3831cbfac9
fix linting failures by upgrading prettier (#9443) 2020-07-09 21:05:40 -07:00
Calvin Leung Huang
b243c2db0f
gomod: vendor update (#9446) 2020-07-09 16:32:12 -07:00
Josh Black
e2e7bb2e2c
Backport the pieces of the replication API changes (#9425) 2020-07-09 15:11:37 -07:00
Noelle Daley
84ad51959d
Ui/fix ui tests (#9438)
* fix linting errors

* don't show primary url if we don't have any primaries

* Revert "fix linting errors"

This reverts commit a56d371272868d93024c557a6d5807be6eadda57.

* run all component tests always
2020-07-09 15:04:56 -07:00
Alexander Bezobchuk
795fad54ac
Merge PR #9437: tests: Port #1315 from enterprise 2020-07-09 17:16:31 -04:00
Seth Vargo
29d1f21ca0
physical/spanner: use separate client for updating locks (#9423)
* physical/spanner: use separate client for updating locks

We believe this mitigates an issue where a large influx of requests
cause the leader to be unable to update the lock table (since it cannot
grab a client from the pool or the client has no more open connections),
which causes cascading failure.
2020-07-09 13:52:29 -07:00
Seth Vargo
486ac45d18
physical/gcs: use separate client for updating locks (#9424)
* physical/gcs: use separate client for updating locks

* Address review comments

Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-07-09 13:40:50 -07:00
Jim Kalafut
69a9b182db
changelog++ 2020-07-09 13:40:02 -07:00
Brian Kassouf
5c169e80e7
seal: Fix issue migrating from Auto->Shamir and improve tests (#9430)
* Fix issue migrating from Auto->Shamir and improve tests

* Undo newline

* fix panic in test

* Fix test panic
2020-07-09 12:28:17 -07:00
ncabatoff
99564f52d0
Update sentinel dependencies. (#9427) 2020-07-08 15:04:11 -04:00
Mark Gritter
2affcd1823
Documentation fixes on metric names (#9419)
Make the names of WAL metrics exactly match their implementation.
Add `vault` prefix to be consistent everywhere.

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-07-08 13:16:42 -05:00
Andrej van der Zee
d1f1e4b86e
Add option allowed_domains_template enabling identity templating for issuing PKI certs. (#8509) 2020-07-08 12:52:25 -04:00
Jim Kalafut
6b812bc771
changelog++ 2020-07-08 08:56:54 -07:00
Larry Eichenbaum
f28b65a1c9
Document OSS->ENT upgrade process (#9414) 2020-07-08 09:17:27 -04:00
Michael Golowka
9f554d3d12
Update GCP auth docs with warning about token impersonation (#9418) 2020-07-07 17:09:12 -06:00
Angel Garbarino
4e73f1b93e
Ui/small replication action fixes (#9387)
* fix issue where if dr is not enabled, the breadcrumb link did not work.  Now if DR not enabled, the breadcrumb says replication and links back to rep index.

* show black nav when cluster is not initialized and is loading, no need for menu items and because NavHeader component and the icon live in the app and not addons I cannot access them without moving them.  I figured the black bar was enough, and it wasn't worth moving just for that

* conditional change the breadcrumb link in Disaster Recovery based on what page they are currently on (details or manage).  Before the breadcrumb link didn't do anything if they were on the manage page

* fix slow modal loading after demoting a dr secondary.  due to shamir modal not being in the addon engine and erroring out.

* to prevent confusing transition state during dr demotion, set new property on cluster and compare the mode of the dr which changes from primary to secondary during demotion.  If dr mode changes, showing loading status

* get more specific about conditional so loader does not some on disabling, but only on demote

* remove concurrency from onSubmit

* revert all concurency, I think this is solved by the removal of shamir in the dom

* reverse order

* cleanup

* forgot that tricky layout, hopefull this will fix test

* remove page container, it's not needed

* remove breadcrumbs if DR secondary

* remove pageType no now longer using

* remove conditional that is no longer hit
2020-07-07 13:09:01 -06:00