Solved OAuth2 Proxy host wrong identifier bug

This commit is contained in:
2025-11-27 23:50:26 +01:00
parent 9dd48b7a8e
commit 03a8819483
4 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ docker:
enabled: true
oauth2_proxy:
origin:
host: "application"
port: "80"
host: "application"
port: "80"
allowed_groups:
- "{{ [RBAC.GROUP.NAME, 'web-app-pgadmin-administrator'] | path_join }}"

View File

@@ -28,7 +28,7 @@ docker:
image: "phpmyadmin/phpmyadmin"
oauth2_proxy:
origin:
port: "80"
application: "application"
port: "80"
host: "application"
allowed_groups:
- "{{ [RBAC.GROUP.NAME, 'web-app-phpmyadmin-administrator'] | path_join }}"

View File

@@ -35,8 +35,8 @@ docker:
image: "grokability/snipe-it"
oauth2_proxy:
origin:
application: "application"
port: "80"
host: "application"
port: "80"
acl:
blacklist:
- "/login"

View File

@@ -32,8 +32,8 @@ docker:
image: "yourls"
oauth2_proxy:
origin:
application: "application"
port: "80"
host: "application"
port: "80"
allowed_groups:
- "{{ [RBAC.GROUP.NAME, 'web-app-yourls-administrator'] | path_join }}"
acl: