CI: authenticate integration tests via GitHub OIDC + AWS Secrets Manager#545
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #545 +/- ##
=======================================
Coverage 65.19% 65.19%
=======================================
Files 34 34
Lines 65205 65205
Branches 4642 4642
=======================================
Hits 42508 42508
Misses 22536 22536
Partials 161 161
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
AndreyVMarkelov
force-pushed
the
ci/oidc-aws-secrets-manager
branch
5 times, most recently
from
July 15, 2026 22:39
b3ff5b9 to
9317cee
Compare
Migrate CI credential handling to GitHub OIDC + AWS Secrets Manager, mirroring dropbox-sdk-dotnet: credential-consuming jobs assume an AWS IAM role and fetch the api-sdk-integration-test-creds and codecov-token secrets, replacing long-lived GitHub secrets. Credential-gated jobs are skipped on fork PRs, which cannot assume the role. Also stop injecting the unused legacy user token and authenticate the team integration fixture with a refresh token instead of a static token.
AndreyVMarkelov
force-pushed
the
ci/oidc-aws-secrets-manager
branch
from
July 15, 2026 22:42
9317cee to
b57b851
Compare
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
Migrate CI credential handling to GitHub OIDC → AWS IAM role → AWS Secrets Manager, mirroring
dropbox-sdk-dotnet. Removes reliance on long-lived GitHub secrets for Dropbox app credentials and the Codecov token.