envoyproxy/gateway

Add support for bcrypt HTTP Basic Auth

Open

#8,969 opened on 2026年5月13日

GitHub で見る
 (3 comments) (1 reaction) (0 assignees)Go (802 forks)auto 404
help wantedkind/feature

Repository metrics

Stars
 (2,871 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド