Additional Settings¶
Global Config¶
The globalConfig Helm value defines global variables re-used across Robusta.
Robusta also expects several parameters to always be defined in globalConfig:
- cluster_name
Unique for each cluster in your organization. Cluster Name be human-readable and need not be secret
- account_id
Keep secret! The Account ID uniquely identifies your cluster with Robusta cloud (if enabled). Should never be the same for different organizations. Together,
cluster_nameandaccount_iduniquely identify every cluster running Robusta in the world- signing_key
Keep secret! The Signing Key is used to authenticate requests to run playbooks from outside the cluster (if enabled).
These values are generated automatically when setting up Robusta with the CLI. If you install Robusta on additional
clusters, make sure you change cluster_name accordingly. The other values should remain the same.
If you need to generate the secret values yourself, use cryptographically secure strings with at least 128 bits of randomness.