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

IMDS Credentials Resolver #430

Merged
merged 14 commits into from
Mar 20, 2025
Merged

Conversation

jonathan343
Copy link
Contributor

@jonathan343 jonathan343 commented Mar 12, 2025

Summary

This PR introduces an implementation for retrieving AWS credentials from the EC2 Instance Metadata Service (IMDSv2). It includes the following:

  • Token Class: Represents an IMDSv2 session token with a value and method for checking expiration.
  • TokenCache Class: Manages IMDSv2 session tokens, ensuring they are refreshed when expired.
  • EC2Metadata Class: Provides an interface to fetch instance metadata using IMDSv2 authentication.
  • IMDSCredentialsResolver Class: Implements IdentityResolver to retrieve AWS credentials securely from IMDS.

TODO

  • Verify credentials can successfully be fetched using the AWSCRTHTTPClient

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jonathan343 jonathan343 requested a review from a team as a code owner March 12, 2025 14:48
@jonathan343 jonathan343 marked this pull request as draft March 12, 2025 14:49
@jonathan343 jonathan343 changed the title [In Progress] IMDS Credentials Resolver [DRAFT] IMDS Credentials Resolver Mar 12, 2025
@jonathan343 jonathan343 changed the title [DRAFT] IMDS Credentials Resolver IMDS Credentials Resolver Mar 14, 2025
@jonathan343 jonathan343 marked this pull request as ready for review March 14, 2025 14:59
@jonathan343 jonathan343 merged commit 42ff26f into smithy-lang:develop Mar 20, 2025
2 checks passed
@jonathan343 jonathan343 deleted the imds-client branch March 20, 2025 19:27
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.

4 participants