mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:48:33 +01:00
feat: rewrite harbor deployment
This commit is contained in:
13
roles/harbor-registry/templates/harbor-oidc.json
Normal file
13
roles/harbor-registry/templates/harbor-oidc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"auth_mode": "oidc_auth",
|
||||
"oidc_name": "keycloak",
|
||||
"oidc_endpoint": "https://",
|
||||
"oidc_groups_claim": "groups",
|
||||
"oidc_admin_group": "admin",
|
||||
"oidc_client_id": "defaultwithclientkey",
|
||||
"oidc_client_secret": "asdfasdfasdfasdfasddfasdfasdfasdf",
|
||||
"oidc_scope": "openid,email,profile,offline_access",
|
||||
"oidc_verify_cert": "true",
|
||||
"oidc_auto_onboard": "true",
|
||||
"oidc_user_claim": "preferred_username"
|
||||
}
|
||||
Reference in New Issue
Block a user