mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-26 02:01: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
|
application: application
|
||||||
port: 80
|
port: 80
|
||||||
allowed_groups:
|
allowed_groups:
|
||||||
- "web-app-lam-administrator"
|
- "/roles/web-app-lam-administrator"
|
||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: true
|
css: true
|
||||||
|
@ -5,7 +5,7 @@ oauth2_proxy:
|
|||||||
application: "application"
|
application: "application"
|
||||||
port: "80"
|
port: "80"
|
||||||
allowed_groups:
|
allowed_groups:
|
||||||
- "web-app-pgadmin-administrator"
|
- "/roles/web-app-pgadmin-administrator"
|
||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: true
|
css: true
|
||||||
|
@ -3,7 +3,7 @@ oauth2_proxy:
|
|||||||
application: application # Needs to be the same as webinterface
|
application: application # Needs to be the same as webinterface
|
||||||
port: 8080 # application port
|
port: 8080 # application port
|
||||||
allowed_groups:
|
allowed_groups:
|
||||||
- "web-app-phpldapadmin-administrator"
|
- "/roles/web-app-phpldapadmin-administrator"
|
||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: true
|
css: true
|
||||||
|
@ -3,7 +3,7 @@ oauth2_proxy:
|
|||||||
port: "80"
|
port: "80"
|
||||||
application: "application"
|
application: "application"
|
||||||
allowed_groups:
|
allowed_groups:
|
||||||
- "web-app-phpmyadmin-administrator"
|
- "/roles/web-app-phpmyadmin-administrator"
|
||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: false
|
css: false
|
||||||
|
@ -2,7 +2,7 @@ oauth2_proxy:
|
|||||||
application: "application"
|
application: "application"
|
||||||
port: "80"
|
port: "80"
|
||||||
allowed_groups:
|
allowed_groups:
|
||||||
- "web-app-yourls-administrator"
|
- "/roles/web-app-yourls-administrator"
|
||||||
acl:
|
acl:
|
||||||
blacklist:
|
blacklist:
|
||||||
- "/admin/" # Protects the admin area
|
- "/admin/" # Protects the admin area
|
||||||
|
Loading…
x
Reference in New Issue
Block a user