Rotating keys (Helm)
For CARTO Self-hosted using Kubernetes and Helm
This documentation only applies to advanced Orchestrated container deployments using Kubernetes and Helm
Rotating keys in CARTO Self-Hosted is a simple process to ensure the security of your custom buckets, BigQuery OAuth connections, Google basemaps and custom LDS API Keys. Below are instructions for both the single VM deployment and orchestrated container deployment versions.
Setup
If you've provided redacted secrets values:
Access the customizations.yaml file used to deploy your CARTO Self-Hosted platform.
Update the keys related to custom buckets, BigQuery OAuth connections, Google basemaps and LDS API Keys.
Save the changes to the customizations.yaml file.
Upgrade your Self-Hosted installation to apply the changes.
If you need to update secrets manually:
Identify the secrets associated with custom buckets, BigQuery OAuth connections, Google basemaps and LDS API Keys.
Use the
kubectl
command to update the specific secrets.Upgrade your installation to apply the changes.
Remember to perform these steps with caution, ensuring minimal downtime for your CARTO Self-Hosted deployment.
Last updated
Was this helpful?