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

[Feature Request]: Key to be retrieved from a Secret in Kubernetes #12883

Closed
GeiserX opened this issue Apr 20, 2023 · 3 comments
Closed

[Feature Request]: Key to be retrieved from a Secret in Kubernetes #12883

GeiserX opened this issue Apr 20, 2023 · 3 comments
Assignees

Comments

@GeiserX
Copy link

GeiserX commented Apr 20, 2023

Is your feature request related to a problem? Please describe.

Currently, the option to deploy SnipeIT involves writing the key to a file in a git repository (if you want to have all your helm charts fully reproducible in case of an emergency)

Describe the solution you'd like

I'd like the app to pick the secret from a Kubernetes secret, which can be then be used in conjunction with ExternalSecretOperator so passwords remain secure.

Describe alternatives you've considered

Currently I'm hosting it in a git private submodule, but this is far from ideal. The config is spread out, it's less secure, and almost all modern software uses Secrets to import this config onto pods.

Additional context

No response

@welcome
Copy link

welcome bot commented Apr 20, 2023

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@snipe
Copy link
Owner

snipe commented Apr 20, 2023

I wouldn't kick this out of bed if someone wanted to come up with a PR for it, but we don't use Kubernetes/Helm charts here, so I don't really know how to solve this problem in a way that won't break things for everyone else.

@GeiserX
Copy link
Author

GeiserX commented Apr 20, 2023

I'll close it in favor of t3n/helm-charts#186
This could be done easily

@GeiserX GeiserX closed this as completed Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants