Skip to content

[Question] AWS SecretsManager Push Whole Secret #4211

@eternalyperplxed

Description

@eternalyperplxed

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions