mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 00:28:33 +01:00
14 lines
425 B
JSON
14 lines
425 B
JSON
{
|
|
"auth_mode": "oidc_auth",
|
|
"oidc_name": "AtlantisHQ Accounts",
|
|
"oidc_endpoint": "https://keycloak.atlantishq.de/realms/master",
|
|
"oidc_groups_claim": "groups",
|
|
"oidc_admin_group": "admin",
|
|
"oidc_client_id": "z_harbor",
|
|
"oidc_client_secret": "HISTORY_PURGED_SECRET",
|
|
"oidc_scope": "openid,email,profile",
|
|
"oidc_verify_cert": "true",
|
|
"oidc_auto_onboard": "true",
|
|
"oidc_user_claim": "preferred_username"
|
|
}
|