Authentication service
Authentication environment variables
SSO Auth
| Name | Description | Required | Type |
|---|---|---|---|
AUTH_SERVER_URL | URL of the Keycloak authentication server | true | string |
REALM | Realm used in Keycloak | true | string |
CLIENT_ID | Client ID registered in Keycloak | true | string |
SECRET_KEY | Secret key for Keycloak client | true | string |
COOKIE_KEY | Key used to sign and encrypt cookies | true | string |
Secret Auth
| Name | Description | Required | Type |
|---|---|---|---|
DEVICE_AUTH | A secret key to check against the value in the Device-Auth header | false | string |
DEVICE_SECRET | A secret key to check against the value in the Device-Auth header Deprecated: Use DEVICE_AUTH instead | false | string |