Qarik-Group / carousel

Apache License 2.0
2 stars 2 forks source link

Enable ignore of static variables during rotate #8

Open tpoland opened 2 years ago

tpoland commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

:) Other workaround could also now be this: https://github.com/starkandwayne/carousel/pull/9