mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:18:33 +01:00
feat: harbor setup done
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user