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

addc: support alternate method for supplying the admin password #80

Open
phlogistonjohn opened this issue May 3, 2023 · 0 comments
Open

Comments

@phlogistonjohn
Copy link
Collaborator

Currently, the only place sambacc sources the admin password from is in the sambacc config file. This means if you want to keep the password more secure you have to put the entire config file in a secret (or equivalent). This is inconvient if you want to keep your sambacc configurations together in one place.

We could have sambacc source the password from another file and/or an environment variable. Off the top of my head I know that both podman and k8s have methods for passing secret data via those means.

This is not an issue for domain member servers because those already take the join user/pass in a separate file from the configuration.

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

1 participant