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

Allow password to be specified via environment variable #153

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Allow password to be specified via environment variable #153

merged 1 commit into from
Nov 23, 2023

Conversation

fhke
Copy link
Contributor

@fhke fhke commented Nov 21, 2023

This PR adds the ability to specify the expected password via environment variable for plugin-auth-local. Specifying passwords using command-line args can be insecure, as any user on the system is able to see process arguments. Allowing users to specify passwords via environment variables mitigates this risk, and tends to be a more idiomatic approach for container orchestrators like Kubernetes.

@everesio everesio merged commit b1d938d into grepplabs:master Nov 23, 2023
@everesio
Copy link
Contributor

thank you for your contribution

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

Successfully merging this pull request may close these issues.

2 participants