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

Feature Proposal: Add Config API support for custom OSS and Self-Managed deployments #563

Open
aaronsteers opened this issue Dec 17, 2024 · 0 comments

Comments

@aaronsteers
Copy link
Contributor

aaronsteers commented Dec 17, 2024

Certain features require the legacy Config API. Presently we auto-detect Cloud API root and from that we auto-associate Cloud's Config API endpoint. To reach parity, we would need to add more advanced logic to calculate a Config API root for self-deployed instances as well.

def get_config_api_root(api_root: str) -> str:
"""Get the configuration API root from the main API root."""
if api_root == CLOUD_API_ROOT:
return CLOUD_CONFIG_API_ROOT
raise NotImplementedError("Configuration API root not implemented for this API root.")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant