-
Notifications
You must be signed in to change notification settings - Fork 549
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
Add support for DB Adv TTL Mgmt #2011
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Had a couple of comments. It doesn't look like we're updating the username in the test, so not sure why it's failing 🤔 I can spend some more time later today taking a closer look at what might be going on
Thank you for the review! Yeah, I am still not sure what's happening there. Looking into it as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for working on this 🙏🏼 Had a nit around being explicit about seconds, but good to go otherwise
This PR adds two new fields
rotation_schedule
androtation_window
that enables users to define a schedule on which rotations should occur. If Vault version is less than 1.15, we ignore the fields.