mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 23:49:14 +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 }}"
|
||||
Reference in New Issue
Block a user