-
Notifications
You must be signed in to change notification settings - Fork 96
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
fix: Change default rotation period from 28 hours to 90 days #111
Conversation
/gcbrun |
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.
Thanks for the contribution @kjwinters - Will changing the default value force a replace for existing resources using the default? If so, we should probably mark as a breaking change.
@apeabody I just tested this and it won't replace keys, just update them:
|
Great - Thanks! |
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.
Thanks for the contribution @kjwinters! - LGTM
Based on Google public docs (https://cloud.google.com/kms/docs/key-rotation#how_often_to_rotate_keys), changing the default key rotation period from ~28 hours to a suggested 90 days.