mirror of
https://github.com/openfaas/faas.git
synced 2025-06-28 01:33:24 +00:00
Add basic auth plugin
This plugin can be tested as a stand-alone Golang app, or deployed as a Docker image with the following image: openfaas/basic-auth-plugin:0.1.0 Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
6
auth/basic-auth/README.md
Normal file
6
auth/basic-auth/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
basic-auth
|
||||
============
|
||||
|
||||
This component provides plug-in authentication for the OpenFaaS gateway using basic authentication secrets.
|
||||
|
||||
Wikipedia: [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication)
|
Reference in New Issue
Block a user