Skip to content

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