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:
Alex Ellis
2019-06-05 12:03:03 +01:00
parent 6ff02b6de9
commit 02cf70c6f5
10 changed files with 264 additions and 0 deletions

View 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)