Skip to content

Commit

Permalink
fix: config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Jan 10, 2024
1 parent e3b7eed commit 15a3dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tasks/harbor/harbor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ const config: any = {
oidc_name: 'otomi',
oidc_scope: 'openid',
oidc_verify_cert: env.OIDC_VERIFY_CERT,
username_claim: 'otomi',
automatic_onboarding: true,
oidc_user_claim: 'otomi',
oidc_auto_onboard: true,
project_creation_restriction: 'adminonly',
robot_name_prefix: robotPrefix,
self_registration: false,
Expand Down

0 comments on commit 15a3dc5

Please sign in to comment.