feat: add oidc provisioning for opencloud

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-05 15:36:12 +01:00
parent 15a2d321b0
commit ad1f8a1999
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,15 @@
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/"