Skip to content

v0.16.0

Choose a tag to compare

@eterna2 eterna2 released this 28 Jul 16:45
· 3 commits to main since this release
0f3b6a8

Added

  • Admin User Whitelist (AUTH_ADMIN_USERS): Added support for an AUTH_ADMIN_USERS environment 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.