Backport 1.6.x: "vault status" should work in any namespace.#10762
Merged
mgritter merged 3 commits intorelease/1.6.xfrom Jan 25, 2021
Merged
Backport 1.6.x: "vault status" should work in any namespace.#10762mgritter merged 3 commits intorelease/1.6.xfrom
mgritter merged 3 commits intorelease/1.6.xfrom
Conversation
added 2 commits
January 25, 2021 11:50
* Implement sys/seal-status and sys/leader as normal API calls (so that they can be used in namespaces.) * Added changelog.
|
This pull request is being automatically deployed with Vercel (learn more). vault – ./website🔍 Inspect: https://vercel.com/hashicorp/vault/eo0pbat4m [Deployment for 5968a43 canceled] vault-storybook – ./ui🔍 Inspect: https://vercel.com/hashicorp/vault-storybook/d8igo2lzp [Deployment for 5968a43 canceled] |
swayne275
approved these changes
Jan 25, 2021
tsaarni
pushed a commit
to Nordix/vault
that referenced
this pull request
Jan 8, 2026
…rp#10762) (hashicorp#11160) (hashicorp#11348) * sdk/rotation: Prevent rotation attempts on read-only storage Rotation is a write operation that mutates both Vault's storage and an external resource. Attempting this on a read-only node (like in a performance secondary cluster) will fail. This check preempts the rotation to prevent a split-brain scenario where the external credential is changed but Vault's storage cannot be updated. * changelog * fix failing test Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of PRs #10725 and #10742