feat: harbor setup done

This commit is contained in:
2023-12-29 14:49:58 +00:00
parent 1c23da0249
commit d48316f34d
4 changed files with 17 additions and 15 deletions

View File

@@ -1,13 +0,0 @@
{
"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"
}

View File

@@ -33,12 +33,12 @@ external_url: https://harbor.atlantishq.de
# The initial password of Harbor admin
# It only works in first time to install harbor
# Remember Change the admin password from UI after launching Harbor.
harbor_admin_password: Harbor12345
harbor_admin_password: {{ harbor_admin_password }}
# Harbor DB configuration
database:
# The password for the root user of Harbor DB. Change this before any production use.
password: root123
password: {{ harbor_db_password }}
# The maximum number of connections in the idle connection pool. If it <=0, no idle connections are retained.
max_idle_conns: 100
# The maximum number of open connections to the database. If it <= 0, then there is no limit on the number of open connections.