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

add SHA support to htpasswd #413

Merged
merged 1 commit into from
Oct 28, 2024
Merged

add SHA support to htpasswd #413

merged 1 commit into from
Oct 28, 2024

Conversation

vixns
Copy link
Contributor

@vixns vixns commented Oct 10, 2024

My use case is to address hashicorp vault > external-password > k8s password > envoy gateway > envoy
envoy only supports sha encoding, external-password uses sprig, sprig encodes to bcrypt

This PR will allow to simplify this chain and partially fix #32.

I've opened a counterpart issue in envoy repo to also add bcrypt decoding support envoyproxy/envoy#36278

I hope this will be fixed both ways, allowing better security with a smooth transition from sha to bcrypt on existing apps

@mattfarina mattfarina merged commit 8cb06fe into Masterminds:master Oct 28, 2024
9 checks passed
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.

Add support for generating htpasswd hash
2 participants