reference-ansible/inventories/vagrant/host_vars/backend/opencloud.yml
Bert-Jan Fikse ad1f8a1999
feat: add oidc provisioning for opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
2026-03-05 15:36:12 +01:00

15 lines
No EOL
600 B
YAML

opencloud_domain: "opencloud.local.test"
opencloud_admin_password: "admin"
opencloud_extra_hosts:
- "opencloud.local.test:host-gateway"
- "keycloak.local.test:host-gateway"
# OIDC configuration (Keycloak)
opencloud_oidc_issuer: "https://keycloak.local.test/realms/vagrant"
opencloud_oidc_client_id: "opencloud"
opencloud_oidc_client_secret: "opencloud-secret-change-in-production"
opencloud_oidc_account_edit_url: "https://keycloak.local.test/realms/vagrant/account"
# Allow OpenCloud to connect to Keycloak for OIDC discovery
opencloud_csp_extra_connect_src:
- "https://keycloak.local.test/"