mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 00:28:33 +01:00
feat: waitress port from services option
This commit is contained in:
@@ -39,20 +39,24 @@ keycloak_clients:
|
||||
- "https://images.potaris.de/*"
|
||||
description: "Images Factory"
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000001"
|
||||
groups: "images"
|
||||
|
||||
simple-log-server:
|
||||
party_secret : "8fZpHISTORY_PURGED_SECRET"
|
||||
client_id: z_sls
|
||||
client_secret: ""
|
||||
client_secret: "HISTORY_PURGED_SECRET"
|
||||
redirect_uris:
|
||||
- "https://sls.atlantishq.de/*"
|
||||
description: "Simple Log Server"
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000002"
|
||||
groups: "monitoring"
|
||||
|
||||
soundlib-interface:
|
||||
party_secret : "zdHRHISTORY_PURGED_SECRET"
|
||||
client_id: z_soundlib
|
||||
client_secret: ""
|
||||
client_secret: "HISTORY_PURGED_SECRET"
|
||||
redirect_uris:
|
||||
- "https://sounds.atlantishq.de/*"
|
||||
description: "Soundlib interface"
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000003"
|
||||
groups: "soundlib"
|
||||
|
||||
Reference in New Issue
Block a user