Deprecate external auth plugins
There is no need for OpenFaaS CE to have external auth plugins
since this added extra overhead and was never used.
OpenFaaS Pro retains the option so it can use the OIDC
auth plugin.
It's still possible, as it ever was to put a proxy in front
of any HTTP server like the gateway.
Tested with a local KinD cluster, auth still worked for the
API and UI.
Signed-off-by:
Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
gateway/handlers/external_auth.go
deleted
100644 → 0
Please register or sign in to comment