-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: HA cluster failover breaks AWS static role rotation #21935
Comments
We have the same issue. |
We have the same issue here, this is breaking our whole credentials propagation and putting our operations at risk. Please consider this as a fix |
Hi there! Which version are you using? Thanks! |
@heatherezell : we're still experiencing this behaviour on v1.16.3, but I haven't seen any recent changes to the relevant code. It needs a separate issue, but we've also recently started experiencing a related issue whereby whenever Vault does rotate static-creds on schedule, it fails to store the just-rotated credentials, resulting in it essentially invalidating the credentials that it continues to serve to clients. This started when we reached around ~70 static-creds roles :-/ |
Is it related to your other reported issue? Please feel free to ping me on these directly, so we can get them all correlated and don't end up playing whack-a-mole. :) Thanks! |
Describe the bug
AWS Static Role rotation stops when active node moves within a HA cluster
To Reproduce
Steps to reproduce the behavior:
vault write aws/static-roles/foo username=foo rotation_period=300
vault read aws/static-creds/foo && sleep 310 && vault read aws/static-creds/foo
Expected behavior
Static role credentials continue to be rotated according to the configured rotation period.
Actual behavior
Static role credentials completely stop being rotated.
Environment:
vault status
): v1.14.0vault version
): v1.14.0Vault server configuration file(s):
The text was updated successfully, but these errors were encountered: