envoyproxy/gateway

Add support for bcrypt HTTP Basic Auth

Open

#8.969 geöffnet am 13. Mai 2026

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Go (802 Forks)auto 404
help wantedkind/feature

Repository-Metriken

Stars
 (2.871 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide