refactor(cloud): complete AWS fetch_id_token, document URI schemes, update README#120
Merged
Conversation
…pdate README - AwsDeploymentContext.fetch_id_token: implement EC2/ECS identity resolution with STS fallback for local dev. Added clear docs that AWS has no native equivalent to GCP audience-based ID tokens. - env_provider: document design rationale for reusing local ObjectStore/ DocumentStore (not a gap — by design for zero-dependency CI support) - ports.py: document URI scheme → provider mapping, cross-provider constraints - README / README.zh-CN: add AWS provider to supported list Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Codex PR ReviewPlease ensure a human reviewer checks this PR before merging. |
Co-Authored-By: Claude <noreply@anthropic.com>
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
补完上次 cloud decoupling review 中发现的 3 个遗漏项:
1. AwsDeploymentContext.fetch_id_token 实现
2. Env provider 设计说明
3. URI scheme 文档
Testing
Breaking Changes
None.