Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Environment Variable Substitution for clusterMetadata in Temporal Configuration Templates #6827

Open
mhmtszr opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mhmtszr
Copy link

mhmtszr commented Nov 15, 2024

Currently, Temporal’s template configuration does not support substituting environment variables in the clusterMetadata section. This limitation makes it difficult to dynamically configure multi-cluster setups or enable/disable features like enableGlobalNamespace without manually modifying the configuration file.

Expected Behavior:

  • Support for environment variables within the clusterMetadata section.
  • Ability to set dynamic cluster configurations (e.g., enable global namespaces, multi-cluster addresses) through environment variables.

Example:

clusterMetadata:
  enableGlobalNamespace: {{ env "TEMPORAL_CLUSTER_METADATA_ENABLE_GLOBAL_NAMESPACE" | default "false" }}
@mhmtszr mhmtszr added the enhancement New feature or request label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant