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

Separating secrets from configuration? #3553

Open
cwaldbieser opened this issue May 14, 2024 · 1 comment
Open

Separating secrets from configuration? #3553

cwaldbieser opened this issue May 14, 2024 · 1 comment
Labels
Milestone

Comments

@cwaldbieser
Copy link

Does Open OnDemand have a recommended way for separating secrets from the configuration file?
I'd like to be able to version our configuration-- maybe in a git repository, but I really don't want any secrets stored with it.

@osc-bot osc-bot added this to the Backlog milestone May 14, 2024
@johrstrom
Copy link
Contributor

This may be more of an automation question. I know that puppet can store encrypted secrets. That's what we do at OSC. Alternatively, ansible can respond to multiple --extra-vars CLI arguments. So the idea with ansible would be you store some in git then others you put on the .gitignore list and share... some other way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants