Authenticators
To enable authenticators, you need to set auth.enabled
to true in vulcan.yaml
.
auth:
enabled: true
The following is the list of built-in authenticators, please check their documentation to learn how to enable and configure them.
info
You can enable multiple authenticators if they check different credentials.
Authenticator | Description |
---|---|
HTTP Basic | Authenticate via HTTP basic auth. |
Password File | Using a password file to validate username/password. |
Simple Token | Using a static token to validate users. |