Skip to content
Snippets Groups Projects
user avatar
Alex Ellis (OpenFaaS Ltd) authored
Signed-off-by: default avatarAlex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
c8e033f7
History
Name Last commit Last update
..
basic-auth
README.md

auth plugins

Auth plugins must implement request checking on a HTTP port and path such as :8080/validate.

  • Valid requests: return 2xx
  • Invalid requests: return non 2xx

It is up to the developer to pick whether a request body is required for validation. For strategies such as Basic Authentication, headers are sufficient.

Plugins available: