Configuration¶
Configure OpenDepot for your environment. All configuration is done through Helm chart values — no config files to manage.
-
Restrict OpenDepot to a single namespace using
RoleandRoleBindinginstead of cluster-wideClusterRoleresources. -
Configure a GitHub App to authenticate API requests and increase rate limits when using the Depot controller with private repositories.
-
Terminate TLS on the OpenDepot server using a Kubernetes Secret, or delegate to an Ingress controller or service mesh.
-
Set up GPG signing for provider
SHA256SUMSfiles so OpenTofu can cryptographically verify provider archives. -
Enable Trivy-based vulnerability scanning for provider binaries and source dependencies, with optional policy enforcement to block critical or high findings.