envoyproxy/gateway

Add support for bcrypt HTTP Basic Auth

Open

#8969 aperta il 13 mag 2026

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)Go (802 fork)auto 404
help wantedkind/feature

Metriche repository

Star
 (2871 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Description:

According to api/v1alpha1/basic_auth_types.go, this code only supports SHA, which is insecure. We should support bcrypt, which is very secure.

[optional Relevant Links:]

Search for the word "secure" here: https://httpd.apache.org/docs/current/programs/htpasswd.html

Guida contributor