mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 09:38:33 +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"
|
keycloak_id: "00000000-0000-0000-0000-000000000014"
|
||||||
groups:
|
groups:
|
||||||
master_address: "https://verify.atlantishq.de"
|
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
|
- atlantis-verify
|
||||||
- soundlib-interface
|
- soundlib-interface
|
||||||
- python-flask-picture-factory
|
- python-flask-picture-factory
|
||||||
|
- reactive-resume
|
||||||
|
|
||||||
- name: include services ports
|
- name: include services ports
|
||||||
include_vars: services.yaml
|
include_vars: services.yaml
|
||||||
@@ -181,6 +182,7 @@
|
|||||||
- atlantis-verify
|
- atlantis-verify
|
||||||
- soundlib-interface
|
- soundlib-interface
|
||||||
- python-flask-picture-factory
|
- python-flask-picture-factory
|
||||||
|
- reactive-resume
|
||||||
|
|
||||||
- name: Deploy OAuth2Proxy
|
- name: Deploy OAuth2Proxy
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
@@ -194,3 +196,4 @@
|
|||||||
- atlantis-verify
|
- atlantis-verify
|
||||||
- soundlib-interface
|
- soundlib-interface
|
||||||
- python-flask-picture-factory
|
- python-flask-picture-factory
|
||||||
|
- reactive-resume
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ services:
|
|||||||
image: amruthpillai/reactive-resume:latest
|
image: amruthpillai/reactive-resume:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 5005:3000
|
- {{ services[item].port + 1000 }}:3000
|
||||||
networks:
|
networks:
|
||||||
- resume
|
- resume
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -23,3 +23,5 @@ services:
|
|||||||
port: 5014
|
port: 5014
|
||||||
python-flask-picture-factory:
|
python-flask-picture-factory:
|
||||||
port: 5015
|
port: 5015
|
||||||
|
reactive-resume:
|
||||||
|
port: 5016
|
||||||
|
|||||||
Reference in New Issue
Block a user