@@ -499,6 +499,8 @@ chainloop config save \
499499| `controlplane.referrerSharedIndex` | Configure the shared, public index API endpoint that can be used to discover metadata referrers | |
500500| `controlplane.referrerSharedIndex.enabled` | Enable index API endpoint | `false` |
501501| `controlplane.referrerSharedIndex.allowedOrgs` | List of UUIDs of organizations that are allowed to publish to the shared index | `[]` |
502+ | `controlplane.onboarding.name` | Name of the organization to onboard | |
503+ | `controlplane.onboarding.role` | Role of the organization to onboard | |
502504
503505# ## Control Plane Database
504506
@@ -516,13 +518,16 @@ chainloop config save \
516518
517519# ## Control Plane Authentication
518520
519- | Name | Description | Value |
520- | ----------------------------------------- | ------------------------------------------------------------------------------------------------------ | ----- |
521- | `controlplane.auth.passphrase` | Passphrase used to sign the Auth Tokens generated by the controlplane. Leave empty for auto-generation | `""` |
522- | `controlplane.auth.oidc.url` | Full authentication path, it should match the issuer URL of the Identity provider (IDp) | `""` |
523- | `controlplane.auth.oidc.clientID` | OIDC IDp clientID | `""` |
524- | `controlplane.auth.oidc.clientSecret` | OIDC IDp clientSecret | `""` |
525- | `controlplane.auth.oidc.loginURLOverride` | Optional OIDC login URL override, useful to point to custom login pages | |
521+ | Name | Description | Value |
522+ | -------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ----- |
523+ | `controlplane.auth.passphrase` | Passphrase used to sign the Auth Tokens generated by the controlplane. Leave empty for auto-generation | `""` |
524+ | `controlplane.auth.oidc.url` | Full authentication path, it should match the issuer URL of the Identity provider (IDp) | `""` |
525+ | `controlplane.auth.oidc.clientID` | OIDC IDp clientID | `""` |
526+ | `controlplane.auth.oidc.clientSecret` | OIDC IDp clientSecret | `""` |
527+ | `controlplane.auth.oidc.loginURLOverride` | Optional OIDC login URL override, useful to point to custom login pages | |
528+ | `controlplane.auth.allowList.rules` | List of domains or emails to allow | |
529+ | `controlplane.auth.allowList.selectedRoutes` | List of selected routes to allow. If not set it applies to all routes | |
530+ | `controlplane.auth.allowList.customMessage` | Custom message to display when a user is not allowed | |
526531
527532# ## Control Plane Networking
528533
0 commit comments