envoyproxy/gateway

Add support for bcrypt HTTP Basic Auth

Open

#8.969 aberto em 13 de mai. de 2026

Ver no GitHub
 (3 comments) (1 reaction) (0 assignees)Go (802 forks)auto 404
help wantedkind/feature

Métricas do repositório

Stars
 (2.871 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador