Skip to content

Commit 86d6388

Browse files
tlongwell-blocknpub1qyvc0c5kl4gqv2fd97fsk46tu378sqgy35vc83rvgfwne90sel7s0ed67dTyler Longwell
authored
fix(deps): pin aws-creds to fork with EKS Pod Identity support (#1419)
Signed-off-by: Tyler Longwell <tlongwell@block.xyz> Co-authored-by: npub1qyvc0c5kl4gqv2fd97fsk46tu378sqgy35vc83rvgfwne90sel7s0ed67d <011987e296fd5006292d2f930b574be47c7801048d1983c46c425d3c95f0cffd@sprout-oss.stage.blox.sqprod.co> Co-authored-by: Tyler Longwell <tlongwell@block.xyz>
1 parent 3292b50 commit 86d6388

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,12 @@ lto = "fat"
148148
codegen-units = 1
149149
panic = "abort"
150150
strip = true
151+
152+
# Temporary fork pin: aws-creds 0.39.1 (via rust-s3) cannot read EKS Pod Identity
153+
# credentials (AWS_CONTAINER_CREDENTIALS_FULL_URI + AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE),
154+
# which the relay pod on bb-block requires for S3 media + git storage. This pins
155+
# aws-creds to a fork that adopts the aws-creds portion of durch/rust-s3#449
156+
# (FULL_URI + token-file + Authorization header, refresh-safe, with a loopback
157+
# allowlist for the auth token). Revert to crates.io once #449 lands upstream.
158+
[patch.crates-io]
159+
aws-creds = { git = "https://github.com/tlongwell-block/rust-s3", rev = "c9fce3620dd434c1f810101d672cf384268dbb0f" }

0 commit comments

Comments
 (0)