-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Question] AWS SecretsManager Push Whole Secret #4211
Copy link
Copy link
Closed
Description
Is pushing an entire secret to AWS Secrets Manager supported? I'm currently on version 0.9.17 and using the following configuration:
kind: PushSecret
metadata:
name: aws-sync
namespace: my-namespace
spec:
deletionPolicy: Delete
secretStoreRefs:
- name: aws
kind: ClusterSecretStore
selector:
secret:
name: foo
data:
- match:
remoteRef:
remoteKey: foo
I'm getting this error:
set secret failed: could not write remote ref to target secretstore aws: pushing the whole secret is not yet implemented
Is there a version where this has been implemented?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels