-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[3] PushSecret: Platform engineers can see if a SecretProvider supports Write method #1084
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 write Secrets to Secret Providers
Given A platform engineer is syncing secrets from any Secret provider
When the platform engineer checks the supported capabilities of a secret provide using kubectl get
Then the platform engineer can confirm if a SecretProvider supports Write method
Notes
- A Write method should be supported by all Secret providers and it should return a NotImplemented response
- Add the NotImplemented response to all of the secret stores in the Provider Stability and Support Level https://external-secrets.io/v0.5.2/stability-support/
- Choose a k8s object status to indicate that this is NotImplemented (not valid for a Write) using a
kubectl get secretstore
Reactions are currently unavailable
Metadata
Metadata
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