Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: IMDS AWS credential identity resolver & integ test #1358

Merged
merged 23 commits into from
Mar 4, 2024

Conversation

sichanyoo
Copy link
Contributor

Issue #

#1094

Description of changes

  • Adds the SDK wrapper for CRT implementation of IMDS credentials provider.
  • Adds manual integration test for IMDS credentials provider. Confirmed to pass when run manually.

Misc

  • Found out the message returned by ECR when a repository does not exist has changed from "... repository not found ..." to "... does not exist ...". Fixed that in the integration test bash script for ECS as well.

New/existing dependencies impact assessment, if applicable

Conventional Commits

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sichanyoo sichanyoo temporarily deployed to Codegen-Build-Test February 28, 2024 23:11 — with GitHub Actions Inactive
@sichanyoo sichanyoo requested a review from jbelkins February 28, 2024 23:27
@sichanyoo sichanyoo changed the title feat: IMDs credentials provider wrapper & integ test feat: IMDS AWS credential identity resolver & integ test Feb 29, 2024
return input
}

private func awaitCloudWatchLogSetup() async throws {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: no need to include await in the method name since Swift requires calls to this method be prefaced with await anyway

@sichanyoo sichanyoo temporarily deployed to Integration-Test March 4, 2024 19:06 — with GitHub Actions Inactive
@sichanyoo sichanyoo temporarily deployed to Codegen-Build-Test March 4, 2024 19:06 — with GitHub Actions Inactive
@sichanyoo sichanyoo temporarily deployed to Integration-Test March 4, 2024 19:06 — with GitHub Actions Inactive
@sichanyoo sichanyoo temporarily deployed to Integration-Test March 4, 2024 19:06 — with GitHub Actions Inactive
@sichanyoo sichanyoo temporarily deployed to Integration-Test March 4, 2024 19:06 — with GitHub Actions Inactive
@sichanyoo sichanyoo merged commit d67f716 into main Mar 4, 2024
17 checks passed
@sichanyoo sichanyoo deleted the feat/imds-credentials-provider branch March 4, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants