mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:48:34 +01:00
feat: oidc config on harbor side
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"auth_mode": "oidc_auth",
|
||||
"oidc_name": "keycloak",
|
||||
"oidc_endpoint": "https://",
|
||||
"oidc_name": "AtlantisHQ Accounts",
|
||||
"oidc_endpoint": "https://keycloak.atlantishq.de/realms/master",
|
||||
"oidc_groups_claim": "groups",
|
||||
"oidc_admin_group": "admin",
|
||||
"oidc_client_id": "defaultwithclientkey",
|
||||
"oidc_client_secret": "asdfasdfasdfasdfasddfasdfasdfasdf",
|
||||
"oidc_scope": "openid,email,profile,offline_access",
|
||||
"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"
|
||||
|
||||
@@ -28,7 +28,7 @@ http:
|
||||
|
||||
# Uncomment external_url if you want to enable external proxy
|
||||
# And when it enabled the hostname will no longer used
|
||||
external_url: https://harbor.atlantishq.de
|
||||
external_url: https://harbor-registry.atlantishq.de
|
||||
|
||||
# The initial password of Harbor admin
|
||||
# It only works in first time to install harbor
|
||||
|
||||
Reference in New Issue
Block a user