v0.16.0
Added
- Admin User Whitelist (
AUTH_ADMIN_USERS): Added support for anAUTH_ADMIN_USERSenvironment variable specifying a comma-separated list of user subject IDs (sub). Authenticated callers matching the whitelist bypass OIDC client scope and role claim checks to gain administrator privileges (isAdmin = true). Note: This is an administrative workaround for unmapped IdP scopes.