Rename the plugin-API permission gate to role
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ services:
|
||||
ADMIN_EMAIL: ${ADMIN_EMAIL:-admin@plainpages.local}
|
||||
ADMIN_PASSWORD: ${ADMIN_PASSWORD:-admin}
|
||||
# Base roles for the demo admin; bootstrap also grants every discovered plugin's declared
|
||||
# permission tokens (so the reference plugin — and any drop-in — works out of the box).
|
||||
# role names (so the reference plugin — and any drop-in — works out of the box).
|
||||
ADMIN_ROLES: ${ADMIN_ROLES:-admin}
|
||||
APP_URL: ${APP_URL:-http://localhost:3000} # printed in the first-run login banner
|
||||
JWKS_FILE: /etc/config/kratos/tokenizer/jwks.json
|
||||
|
||||
Reference in New Issue
Block a user