fix: sync mc-infra-manager/mc-iam-manager serviceActions from mc-web-console canonical api.yaml - #82
Merged
MZC-CSC merged 1 commit intoSep 4, 2026
Conversation
…console canonical api.yaml mc-admin-cli's bundled conf/docker/conf/mc-web-console/api/conf/api.yaml (mounted into the running mc-web-console-api container) had fallen drastically behind mc-web-console's own conf/api.yaml for the mc-infra-manager service: only 195 of 339 operations were present, missing commonly-used ones like CreateVNet, DeleteVNet, GetAllInfra, PostInfra, PutSecurityGroup, etc. This caused live 404s (confirmed: CreateVNet). mc-iam-manager's serviceActions registry fallback could not rescue these calls either, since it only knows cb-tumblebug's raw swagger operationIds (e.g. PostVNet), not mc-web-console's curated aliases (e.g. CreateVNet). mc-iam-manager block was also stale (133 vs 140 ops) and synced in the same pass. Other services (mc-infra-connector, mc-web-console, mc-observability, mc-application-manager, mc-workflow-manager, mc-cost-optimizer, mc-data-manager) were already within 0-1 operations of current and left untouched. Only the serviceActions.mc-infra-manager / serviceActions.mc-iam-manager blocks were replaced; the services.* section (deployment-specific baseurl/auth) is unchanged. Verified: POST /api/mc-infra-manager/CreateVNet now resolves and reaches the tumblebug backend (previously a routing 404) against the local v0.13.2 stack. ADMINCLI-TECH-016
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.
Summary
serviceActions.mc-infra-manager(195→339),serviceActions.mc-iam-manager(133→140) 블록을 mc-web-console canonical 파일 기준으로 교체.services:(baseurl/auth 등 배포별 설정) 섹션은 무변경