mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 19:38:32 +01:00
add: vault pki basics
This commit is contained in:
@@ -11,6 +11,8 @@ smtp_internal_host: 192.168.122.101
|
||||
smtp_service_user: noreply
|
||||
smtp_service_pass: HISTORY_PURGED_SECRET
|
||||
|
||||
pki_domain: pki.atlantishq.de
|
||||
|
||||
# overwritten in monitoring master group var
|
||||
monitoring_master: false
|
||||
|
||||
@@ -77,3 +79,15 @@ keycloak_clients:
|
||||
groups: "soundlib"
|
||||
master_address: "https://sounds.atlantishq.de"
|
||||
skips:
|
||||
|
||||
pki:
|
||||
party_secret : "HISTORY_PURGED_SECRET"
|
||||
client_id: z_hashicorp_vault
|
||||
client_secret: "HISTORY_PURGED_SECRET"
|
||||
redirect_uris:
|
||||
- "https://pki.atlantishq.de/*"
|
||||
description: "PKI Vault"
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000004"
|
||||
groups: "pki"
|
||||
master_address: "https://pki.atlantishq.de"
|
||||
skips:
|
||||
|
||||
Reference in New Issue
Block a user