Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Investigate possibility of refreshing secrets on rotation #42

@riccardomc

Description

@riccardomc

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions