Basic Authentication
Basic authentication uses HTTP Basic Auth for simple access.
auth:
type: "basic"
basic:
enabled: true # Must be explicitly enabled
username: "api-user"
password: "your-secure-password"
Limited Use
Basic authentication is deprecated and will be removed in a future release.
Use local or oidc for user authentication.
Basic auth is disabled by default and must be explicitly enabled.