mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 02:58:33 +01:00
feat: oidc web1 basics
This commit is contained in:
@@ -20,3 +20,19 @@ async_icinga_static_services:
|
||||
|
||||
keycloak_admin_password: HISTORY_PURGED_SECRET
|
||||
keycloak_postgres_password: HISTORY_PURGED_SECRET
|
||||
keycloak_address: keycloak.atlantishq.de
|
||||
|
||||
keycloak_clients:
|
||||
python-flask-picture-factory:
|
||||
client_id: z_images
|
||||
client_secret: "HISTORY_PURGED_SECRET"
|
||||
redirect_uris: '"https://images.atlantishq.de/*","https://images.athq.de/*","https://images.potaris.de/*"'
|
||||
simple-log-server:
|
||||
client_id: z_sls
|
||||
client_secret: ""
|
||||
redirect_uris: '"https://sls.atlantishq.de/*"'
|
||||
|
||||
soundlib-interface:
|
||||
client_id: z_soundlib
|
||||
client_secret: ""
|
||||
redirect_uris: '"https://sounds.atlantishq.de/*"'
|
||||
|
||||
2
group_vars/usermanagement.yaml
Normal file
2
group_vars/usermanagement.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
keycloak_images_client_secret: HISTORY_PURGED_SECRET
|
||||
Reference in New Issue
Block a user