Skip to main content

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.

AuthenticatorDescription
HTTP BasicAuthenticate via HTTP basic auth.
Password FileUsing a password file to validate username/password.
Simple TokenUsing a static token to validate users.