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
Description:
[optional Relevant Links:]