You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
Describe the solution you'd like
The ability to define a period after which the secrets with have to be rotated. Reconciliation will have to be triggered and new values pulled.
What is the added value?
Secret values are kept up to date in the cluster.
Give us examples of the outcome
Support for the new refreshInterval field.
apiVersion: external-secrets.k8s.io/v1alpha1
kind: ExternalSecret
metadata: {...}
spec:
# the amount of time before the values will be read again from the store
# may be set to zero to fetch and create it once
refreshInterval: "1h"
Observations (Constraints, Context, etc):
Operator SDK already has a default reconciliation interval time of 10h.