mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
Optimizes Docker builds by copying from license-check Docker image instead of using curl to download the tool. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
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: