@@ -520,22 +520,22 @@ chainloop config save \
520520
521521# ## Control Plane
522522
523- | Name | Description | Value |
524- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------- | -------------------------------------------------- |
525- | `controlplane.replicaCount` | Number of replicas | `2` |
526- | `controlplane.image.registry` | Image registry | `ghcr.io` |
527- | `controlplane.image.repository` | Image repository | `chainloop-dev/chainloop/control-plane` |
528- | `controlplane.tlsConfig.secret.name` | name of a secret containing TLS certificate to be used by the controlplane grpc server. | `""` |
529- | `controlplane.pluginsDir` | Directory where to look for plugins | `/plugins` |
530- | `controlplane.referrerSharedIndex` | Configure the shared, public index API endpoint that can be used to discover metadata referrers | |
531- | `controlplane.referrerSharedIndex.enabled` | Enable index API endpoint | `false` |
532- | `controlplane.referrerSharedIndex.allowedOrgs` | List of UUIDs of organizations that are allowed to publish to the shared index | `[]` |
533- | `controlplane.onboarding.name` | Name of the organization to onboard | |
534- | `controlplane.onboarding.role` | Role of the organization to onboard | |
535- | `controlplane.prometheus_org_metrics` | List of organizations to expose metrics for using Prometheus | |
536- | `controlplane.migration.image.registry` | Image registry | `ghcr.io` |
537- | `controlplane.migration.image.repository` | Image repository | `chainloop-dev/chainloop/control-plane-migrations ` |
538- | `controlplane.migration.ssl` | Connect to the database using SSL (required fro AWS RDS, etc) | `false` |
523+ | Name | Description | Value |
524+ | ---------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------- |
525+ | `controlplane.replicaCount` | Number of replicas | `2` |
526+ | `controlplane.image.registry` | Image registry | `REGISTRY_NAME` |
527+ | `controlplane.image.repository` | Image repository | `REPOSITORY_NAME` |
528+ | `controlplane.tlsConfig.secret.name` | name of a secret containing TLS certificate to be used by the controlplane grpc server. | `""` |
529+ | `controlplane.pluginsDir` | Directory where to look for plugins | `/plugins` |
530+ | `controlplane.referrerSharedIndex` | Configure the shared, public index API endpoint that can be used to discover metadata referrers | |
531+ | `controlplane.referrerSharedIndex.enabled` | Enable index API endpoint | `false` |
532+ | `controlplane.referrerSharedIndex.allowedOrgs` | List of UUIDs of organizations that are allowed to publish to the shared index | `[]` |
533+ | `controlplane.onboarding.name` | Name of the organization to onboard | |
534+ | `controlplane.onboarding.role` | Role of the organization to onboard | |
535+ | `controlplane.prometheus_org_metrics` | List of organizations to expose metrics for using Prometheus | |
536+ | `controlplane.migration.image.registry` | Image registry | `REGISTRY_NAME` |
537+ | `controlplane.migration.image.repository` | Image repository | `REPOSITORY_NAME ` |
538+ | `controlplane.migration.ssl` | Connect to the database using SSL (required fro AWS RDS, etc) | `false` |
539539
540540# ## Control Plane Database
541541
@@ -631,7 +631,7 @@ chainloop config save \
631631| `controlplane.keylessSigning.fileCA.cert` | The PEM-encoded certificate of the file based CA | `""` |
632632| `controlplane.keylessSigning.fileCA.key` | The PEM-encoded private key of the file based CA | `""` |
633633| `controlplane.keylessSigning.fileCA.keyPass` | The secret key pass | `""` |
634- | `controlplane.keylessSigning.ejbcaCA.serverURL` | The url of the EJBCA service (https://host/ejbca) | `""` |
634+ | `controlplane.keylessSigning.ejbcaCA.serverURL` | The url of the EJBCA service (" https://host/ejbca") | `""` |
635635| `controlplane.keylessSigning.ejbcaCA.clientKey` | PEM-encoded the private key for EJBCA cert authentication | `""` |
636636| `controlplane.keylessSigning.ejbcaCA.clientCert` | PEM-encoded certificate for EJBCA cert authentication | `""` |
637637| `controlplane.keylessSigning.ejbcaCA.certProfileName` | Name of the certificate profile to use in EJBCA | `""` |
@@ -641,12 +641,12 @@ chainloop config save \
641641
642642# ## Artifact Content Addressable (CAS) API
643643
644- | Name | Description | Value |
645- | --------------------------- | --------------------------------------------------------------------------------------- | -------------------------------------- |
646- | `cas.replicaCount` | Number of replicas | `2` |
647- | `cas.image.registry` | Image registry | `ghcr.io` |
648- | `cas.image.repository` | Image repository | `chainloop-dev/chainloop/artifact-cas ` |
649- | `cas.tlsConfig.secret.name` | name of a secret containing TLS certificate to be used by the controlplane grpc server. | `""` |
644+ | Name | Description | Value |
645+ | --------------------------- | --------------------------------------------------------------------------------------- | ----------------- |
646+ | `cas.replicaCount` | Number of replicas | `2` |
647+ | `cas.image.registry` | Image registry | `REGISTRY_NAME` |
648+ | `cas.image.repository` | Image repository | `REPOSITORY_NAME ` |
649+ | `cas.tlsConfig.secret.name` | name of a secret containing TLS certificate to be used by the controlplane grpc server. | `""` |
650650
651651# ## CAS Networking
652652
0 commit comments