mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:51:37 +01:00
fix: add oauth for resume
This commit is contained in:
@@ -247,3 +247,14 @@ keycloak_clients:
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000014"
|
||||
groups:
|
||||
master_address: "https://verify.atlantishq.de"
|
||||
|
||||
reactive-resume:
|
||||
party_secret: "RHISTORY_PURGED_SECRET"
|
||||
client_id: z_reactive_resume
|
||||
client_secret: "HISTORY_PURGED_SECRET"
|
||||
redirect_uris:
|
||||
- "https://resume.atlantishq.de/*"
|
||||
description: "Reactive Resume"
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000015"
|
||||
groups:
|
||||
master_address: "https://resume.atlantishq.de"
|
||||
|
||||
@@ -165,6 +165,7 @@
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
- reactive-resume
|
||||
|
||||
- name: include services ports
|
||||
include_vars: services.yaml
|
||||
@@ -181,6 +182,7 @@
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
- reactive-resume
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose:
|
||||
@@ -194,3 +196,4 @@
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
- reactive-resume
|
||||
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
image: amruthpillai/reactive-resume:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5005:3000
|
||||
- {{ services[item].port + 1000 }}:3000
|
||||
networks:
|
||||
- resume
|
||||
depends_on:
|
||||
|
||||
@@ -23,3 +23,5 @@ services:
|
||||
port: 5014
|
||||
python-flask-picture-factory:
|
||||
port: 5015
|
||||
reactive-resume:
|
||||
port: 5016
|
||||
|
||||
Reference in New Issue
Block a user