envoyproxy/gateway

Add support for bcrypt HTTP Basic Auth

Open

#8 969 ouverte le 13 mai 2026

Voir sur GitHub
 (3 commentaires) (1 réaction) (0 assignés)Go (802 forks)auto 404
help wantedkind/feature

Métriques du dépôt

Stars
 (2 871 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur