docs(chart): note Pod Identity support rests on the aws-creds fork pin - #5281
Closed
Chessing234 wants to merge 1 commit into
Closed
docs(chart): note Pod Identity support rests on the aws-creds fork pin#5281Chessing234 wants to merge 1 commit into
Chessing234 wants to merge 1 commit into
Conversation
Chessing234
force-pushed
the
docs/chart-aws-creds-fork-pin-note
branch
from
August 8, 2026 06:04
e894310 to
b32afb4
Compare
The relay resolves S3 credentials from the pod IAM role (EKS Pod Identity / IRSA) only because the workspace pins aws-creds to a fork adopting the aws-creds portion of durch/rust-s3#449; the crates.io release cannot read EKS Pod Identity credentials. That pin is temporary and reverts to crates.io once block#449 lands upstream, so operators relying on Pod Identity support are depending on an unmerged fork — worth calling out in the chart README's "Honest limitations" section. See block#5211. Signed-off-by: Taksh <takshkothari09@gmail.com>
Chessing234
force-pushed
the
docs/chart-aws-creds-fork-pin-note
branch
from
August 8, 2026 13:41
b32afb4 to
2fd70da
Compare
Contributor
Author
|
closing docs-only pr per house policy |
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
aws-credsto a fork (Cargo.toml[patch.crates-io]) adopting the aws-creds portion of Add support for AWS_CONTAINER_CREDENTIALS_FULL_URI (EKS Pod Identity Agent) durch/rust-s3#449 — the crates.io release cannot read EKS Pod Identity credentials (AWS_CONTAINER_CREDENTIALS_FULL_URI+AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE).Docs-only. See #5211 ("Minor, related").
Test plan