Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ValchanOficial opened this issue Feb 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ValchanOficial
Copy link

ValchanOficial commented Feb 8, 2024

  • Inside ci.yaml
  • I pass the secret name
  • Then I get all keys/values without passing keys names inside .yaml

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
          
@ValchanOficial ValchanOficial added the enhancement New feature or request label Feb 8, 2024
@simonmarty
Copy link
Contributor

This is blocked by kubernetes-sigs/secrets-store-csi-driver#529

@simonmarty simonmarty closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants