mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-25 01:31:09 +02:00
Set correct roles path for oidc keycloak groups\roles
This commit is contained in:
parent
c8be88e3b1
commit
d1fcbedef6
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user