add: olive-tin oauth2proxy setup

This commit is contained in:
2024-08-17 18:46:44 +00:00
parent 19a6d24146
commit 698c9cf7f3
3 changed files with 16 additions and 0 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -31,3 +31,5 @@ services:
port: 5018
ferchau-wscad:
port: 5019
olive-tin:
port: 5025