Set correct roles path for oidc keycloak groups\roles

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-22 22:11:00 +02:00
parent c8be88e3b1
commit d1fcbedef6
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ oauth2_proxy:
application: application
port: 80
allowed_groups:
- "web-app-lam-administrator"
- "/roles/web-app-lam-administrator"
features:
matomo: true
css: true

View File

@ -5,7 +5,7 @@ oauth2_proxy:
application: "application"
port: "80"
allowed_groups:
- "web-app-pgadmin-administrator"
- "/roles/web-app-pgadmin-administrator"
features:
matomo: true
css: true

View File

@ -3,7 +3,7 @@ oauth2_proxy:
application: application # Needs to be the same as webinterface
port: 8080 # application port
allowed_groups:
- "web-app-phpldapadmin-administrator"
- "/roles/web-app-phpldapadmin-administrator"
features:
matomo: true
css: true

View File

@ -3,7 +3,7 @@ oauth2_proxy:
port: "80"
application: "application"
allowed_groups:
- "web-app-phpmyadmin-administrator"
- "/roles/web-app-phpmyadmin-administrator"
features:
matomo: true
css: false

View File

@ -2,7 +2,7 @@ oauth2_proxy:
application: "application"
port: "80"
allowed_groups:
- "web-app-yourls-administrator"
- "/roles/web-app-yourls-administrator"
acl:
blacklist:
- "/admin/" # Protects the admin area