mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 07:38:22 +00:00
Solved OAuth2 Proxy host wrong identifier bug
This commit is contained in:
@@ -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 }}"
|
||||
@@ -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 }}"
|
||||
@@ -35,8 +35,8 @@ docker:
|
||||
image: "grokability/snipe-it"
|
||||
oauth2_proxy:
|
||||
origin:
|
||||
application: "application"
|
||||
port: "80"
|
||||
host: "application"
|
||||
port: "80"
|
||||
acl:
|
||||
blacklist:
|
||||
- "/login"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user