Backport 1.7.x: Fix auth/aws so that config/rotate-root saves new key pair (#12867)
* Fix auth/aws so that config/rotate-root saves new key pair to vault (#12715)
* test: add test to verify Vault storage is updated
* bug: fix config/rotate-root to store new key
* choir: fix changelog name to match PR
* go get & go mod tidy
* go mod vendor
Co-authored-by:
ludewigh <ludewigh@gmail.com>
Showing
+828 -19
changelog/12715.txt
0 → 100644
... | ... | @@ -60,7 +60,7 @@ require ( |
github.com/hashicorp/go-cleanhttp v0.5.2 | ||
github.com/hashicorp/go-discover v0.0.0-20201029210230-738cb3105cd0 | ||
github.com/hashicorp/go-gcp-common v0.7.0 | ||
github.com/hashicorp/go-hclog v0.16.1 | ||
github.com/hashicorp/go-hclog v0.16.2 | ||
github.com/hashicorp/go-kms-wrapping v0.5.16 | ||
github.com/hashicorp/go-memdb v1.0.2 | ||
github.com/hashicorp/go-msgpack v1.1.5 | ||
... | ... | @@ -68,6 +68,7 @@ require ( |
github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a | ||
github.com/hashicorp/go-retryablehttp v0.6.7 | ||
github.com/hashicorp/go-rootcerts v1.0.2 | ||
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.2 | ||
github.com/hashicorp/go-sockaddr v1.0.2 | ||
github.com/hashicorp/go-syslog v1.0.0 | ||
github.com/hashicorp/go-uuid v1.0.2 | ||
... | ... |
Please register or sign in to comment