feat(dcm-backend): read dcm.apiUrl with legacy fallback#3603
Open
gciavarrini wants to merge 2 commits into
Open
feat(dcm-backend): read dcm.apiUrl with legacy fallback#3603gciavarrini wants to merge 2 commits into
dcm.apiUrl with legacy fallback#3603gciavarrini wants to merge 2 commits into
Conversation
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
Assisted-By: Claude (Anthropic) Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Assisted-By: Claude (Anthropic) Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
57ca9c7 to
da647f2
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3603 +/- ##
=======================================
Coverage 54.21% 54.21%
=======================================
Files 2312 2312
Lines 88532 88533 +1
Branches 24661 24663 +2
=======================================
+ Hits 48000 48001 +1
- Misses 39040 39077 +37
+ Partials 1492 1455 -37
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This was referenced Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Renames the DCM backend API config from
dcm.apiGatewayUrl/DCM_API_GATEWAY_URLtodcm.apiUrl/DCM_API_URL, reflecting the control-plane monolith instead of the legacy API gateway.The backend proxy prefers
dcm.apiUrland falls back todcm.apiGatewayUrlso existing deployments keep working during migration.Production and dynamic app config bind both env vars until deploy configs switch to
DCM_API_URL.Follow-up PRs in
control-planeandquadlet-deploywill switch deploy configs after this merges and a newdcm-uiimage is published. No UI changes, config/backend only.Documented via config.d.ts and app-config samples; no README env docs today.
Fixes: FLPATH-4424
✔️ Checklist