You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Commit 3c1d57d reintroduced issue #2334
Namely, that attempting to rekey a sealed or uninitialized vault results in a 500 and a complaint about not being in HA mode instead of a 503.
To Reproduce
Steps to reproduce the behavior:
Start vault in server mode.
Attempt to start a rekey operation.
Expected behavior
I expected a 503 to be returned.
Environment:
Vault Server Version (retrieve with vault status): 0.10.3
Vault CLI Version (retrieve with vault version): 0.10.3
Server Operating System/Architecture: darwin/amd64
If we get to respondStandby but we're actually not in an HA cluster, we
should instead indicate the correct status to the user. Although it
might be better to change any such behavior upstream, if any upstream
code manages this state we should still handle it correctly.
Fixes#4873
If we get to respondStandby but we're actually not in an HA cluster, we
should instead indicate the correct status to the user. Although it
might be better to change any such behavior upstream, if any upstream
code manages this state we should still handle it correctly.
Fixes#4873
Describe the bug
Commit 3c1d57d reintroduced issue #2334
Namely, that attempting to rekey a sealed or uninitialized vault results in a 500 and a complaint about not being in HA mode instead of a 503.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected a 503 to be returned.
Environment:
vault status
): 0.10.3vault version
): 0.10.3Vault server configuration file(s):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: