-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[2] PushSecret: A platform Engineer can configure a PushSecret Synchronization Interval #1292
Copy link
Copy link
Closed
Labels
StaleThis issue/Pull Request is stale and will be automatically closedThis issue/Pull Request is stale and will be automatically closed
Description
Epic: #976
Acceptance Criteria
Scenario: A platform engineer can configure a PushSecret Synchronization interval
Given a platform engineer has configured a PushSecret Sync. Interval
When a secret is updated in the k8s cluster
And it has passed Sync. Interval since the last PushSecret update,
Then the platform engineer is able to see the updated secrets information in the configured provider.
Notes
-
A PushSecret can be updated with no changes to the Custom Resource.
-
The Platform engineer should be able to configure the Synchronization Interval in a human friendly manner ("1h", "10m", "10s")
-
The Synchronization Interval should be available within the PushSecret spec as
refreshInterval:
spec:
refreshInterval: "1m"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
StaleThis issue/Pull Request is stale and will be automatically closedThis issue/Pull Request is stale and will be automatically closed
Type
Projects
Status
Done