mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 12:01:37 +01:00
add: olive-tin oauth2proxy setup
This commit is contained in:
@@ -336,3 +336,14 @@ keycloak_clients:
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000020"
|
||||
groups: ""
|
||||
master_address: "https://git.atlantishq.de"
|
||||
|
||||
olive-tin:
|
||||
party_secret: "QHISTORY_PURGED_SECRET"
|
||||
client_id: olive-tin
|
||||
client_secret: "HISTORY_PURGED_SECRET"
|
||||
redirect_uris:
|
||||
- "https://junglersfault.atlantishq.de/*"
|
||||
description: "Olive-Tin"
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000021"
|
||||
groups: ""
|
||||
master_address: "https://junglersfault.atlantishq.de"
|
||||
|
||||
@@ -234,6 +234,7 @@
|
||||
- money-balancer
|
||||
- atlantis-web-check
|
||||
- ferchau-wscad
|
||||
- olive-tin
|
||||
|
||||
- name: include services ports
|
||||
include_vars: services.yaml
|
||||
@@ -254,6 +255,7 @@
|
||||
- money-balancer
|
||||
- atlantis-web-check
|
||||
- ferchau-wscad
|
||||
- olive-tin
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose_v2:
|
||||
@@ -271,3 +273,4 @@
|
||||
#- money-balancer
|
||||
- atlantis-web-check
|
||||
- ferchau-wscad
|
||||
- olive-tin
|
||||
|
||||
@@ -31,3 +31,5 @@ services:
|
||||
port: 5018
|
||||
ferchau-wscad:
|
||||
port: 5019
|
||||
olive-tin:
|
||||
port: 5025
|
||||
|
||||
Reference in New Issue
Block a user