mittwald / kubernetes-secret-generator

Kubernetes controller for automatically generating and updating secrets
Apache License 2.0
329 stars 56 forks source link

Periodic secret regeneration #95

Open AlexanderYastrebov opened 5 months ago

AlexanderYastrebov commented 5 months ago

Is your feature request related to a problem? Please describe.

In certain conditions secret values must be periodically updated.

Describe the solution you'd like

Annotation+CRD field to specify cronjob-like pattern for regeneration schedule.

Describe alternatives you've considered

Currently (if I understand it correctly) cluster operator would need to create a controller/cronjob to annotate generated secrets to trigger a regeneration.

Additional context

None.