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

[GEN-2293] feat: central backend flag on install #2345

Merged
merged 249 commits into from
Jan 29, 2025

Conversation

alonkeyval
Copy link
Collaborator

This pull request introduces a new feature to support a centralized backend URL for the Odigos configuration. The changes span across several files to incorporate this new configuration option.

Key Changes:

Support for Centralized Backend URL:

  • cli/cmd/install.go:

    • Added a new variable centralBackendURL to store the URL for the centralized Odigos backend.
    • Updated the createOdigosConfig function to include CentralBackendURL in the configuration.
    • Modified the init function to add a new flag --central-backend-url for the centralized backend URL.
  • common/odigos_config.go:

    • Added CentralBackendURL to the OdigosConfiguration struct.
  • helm/odigos/templates/odigos-config-cm.yaml:

    • Included the centralBackendURL in the configuration map template.
  • helm/odigos/values.yaml:

    • Added centralBackendURL under the ui section to allow configuration via Helm values.

Copy link

@BenElferink BenElferink added the enhancement New feature or request label Jan 29, 2025
@alonkeyval alonkeyval merged commit 7af8d56 into odigos-io:main Jan 29, 2025
46 checks passed
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

Successfully merging this pull request may close these issues.

3 participants