envoyproxy/gateway

Add support for bcrypt HTTP Basic Auth

Open

#8,969 建立於 2026年5月13日

在 GitHub 查看
 (3 留言) (1 反應) (0 負責人)Go (802 fork)auto 404
help wantedkind/feature

倉庫指標

Star
 (2,871 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南