Skip to content
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

Enable ignore of static variables during rotate #8

Open
tpoland opened this issue Sep 24, 2022 · 2 comments
Open

Enable ignore of static variables during rotate #8

tpoland opened this issue Sep 24, 2022 · 2 comments

Comments

@tpoland
Copy link

tpoland commented Sep 24, 2022

During a rotate operation, passwords that are statically set cannot be regenerated, only generated passwords can be regenerated. There doesn't appear to be a way to skip the statically set values during a rotate operation and this causes the rotate to exit.

Failure to rotate statically set secrets should be a warning not an error.

@tpoland
Copy link
Author

tpoland commented Sep 24, 2022

A workaround for this issue is to set any static secrets to their current value and then use the --older-than filter to exclude them.

@thehandsomezebra
Copy link
Contributor

:) Other workaround could also now be this:
#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants