You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `controlplane.enableProfiler` | Enable pprof profiling on port 6060 | `false` |
532
533
| `controlplane.tls.existingSecret` | Existing secret name containing TLS certificate to be used by the controlplane grpc server. NOTE: When it's set it will disable secret creation. The secret must contains 2 keys: tls.crt and tls.key respectively containing the certificate and private key. | `""` |
533
534
| `controlplane.pluginsDir` | Directory where to look for plugins | `/plugins` |
534
535
| `controlplane.referrerSharedIndex` | Configure the shared, public index API endpoint that can be used to discover metadata referrers | |
535
536
| `controlplane.referrerSharedIndex.enabled` | Enable index API endpoint | `false` |
536
537
| `controlplane.referrerSharedIndex.allowedOrgs` | List of UUIDs of organizations that are allowed to publish to the shared index | `[]` |
0 commit comments