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

Support existing secrets #75

Closed
larsrnielsen opened this issue Feb 17, 2021 · 1 comment · Fixed by #120
Closed

Support existing secrets #75

larsrnielsen opened this issue Feb 17, 2021 · 1 comment · Fixed by #120
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@larsrnielsen
Copy link

I would like avoid storing my username/password in values.yaml and reuse an existing secret for my Artifactory server. An an example of a selfHosted configuration:

 - name: something
   url: something
   # username
   # password
   # token
   secretRef: something

My use case is that I use external-secrets for integration with AWS Secrets Manager and to avoid storing clear text passwords in GitHub.

@davidcollom davidcollom added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jul 12, 2023
@davidcollom
Copy link
Collaborator

I agree, and think this would be a great addition!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants