faas/auth/basic-auth/README.md
Alex Ellis 16aba728c7 Enable custom filename for auth credentials
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-06-08 10:13:34 +01:00

726 B

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
user_filename File to read from disk for username, default empty
pass_filename File to read from disk for username, default empty