aws / secrets-store-csi-driver-provider-aws

The AWS provider for the Secrets Store CSI Driver allows you to fetch secrets from AWS Secrets Manager and AWS Systems Manager Parameter Store, and mount them into Kubernetes pods.
Apache License 2.0
459 stars 130 forks source link

[Question] Inside .yaml, there is a way to retrieve all aws secrets without pass keys? #311

Closed ValchanOficial closed 7 months ago

ValchanOficial commented 8 months ago

Is this possible?

      env:
            - name: mysecretatsecretmanager 
           # get all key: value and create envs

Like this: https://kubernetes.io/pt-br/docs/concepts/configuration/secret/

      envFrom:
      - secretRef:
          name: mysecretatsecretmanager
simonmarty commented 7 months ago

This is blocked by https://github.com/kubernetes-sigs/secrets-store-csi-driver/issues/529