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]: Support SHA-256 hashed passwords in compose file #989

Open
W1BTR opened this issue Dec 31, 2024 · 0 comments
Open

[Feature]: Support SHA-256 hashed passwords in compose file #989

W1BTR opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@W1BTR
Copy link

W1BTR commented Dec 31, 2024

Is your proposal related to a problem?

We have standard jumpboxes we use for on-prem windows-only apps. This would be great to replace those, but we have a password we'd like to use for all of them. However, we are uncomfortable storing the password in plain text in the docker-compose file

Describe the solution you'd like.

It'd be great if the docker-compose file could support hashed passwords. Something like PASSWORD_HASH: "3r34r434f34f43" in the environment variables.

Describe alternatives you've considered.

Our alternative is simply dealing with the unsecure password storage.

Additional context

No response

@W1BTR W1BTR added the enhancement New feature or request label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant