mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Headers such as Realm / etc are important for auth proxies, so this change and unit test make sure they get copied back to the client. Signed-off-by: Alex Ellis <alexellis2@gmail.com>
basic-auth
This component implements Basic Authentication as an OpenFaaS authentication plug-in.
To run this plugin you will need to create and bind a secret named basic-auth-user
and basic-auth-password
Option | Usage |
---|---|
port |
Set the HTTP port |
secret_mount_path |
It is recommended that this is set to /var/openfaas/secrets |