-
Notifications
You must be signed in to change notification settings - Fork 8
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
VAULT-9208: updating rotate role to handle case sensitivity #118
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.
LGTM. I would like to see a 👍 from Eco before we merge it.
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.
This feels like it could be a backwards incompatible change. What happens to roles that were created before this change? After we update the plugin, will auto rotation and manual rotation continue to work as expected? What about read requests?
I think a better approach would be to utilize |
Good point at @ryancragun! I didn't realize the roles were using |
Updated to use fieldsForType() to set the rotate field type. Tested and was successfully able to rotate the roles current:
after change:
|
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!
Thanks @tvo0813! Could we also add a CHANGELOG entry?
81986fd
to
1e40a9c
Compare
Overview
This update improves OpenLDAP by allowing role rotation without case sensitivity concerns, enabling users to rotate roles using any letter case.
Related Issues/Pull Requests
[ ] Issue #1234[ ] PR #1234Contributor Checklist