We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58d6e6 commit c23bd81Copy full SHA for c23bd81
packages/smithy-aws-core/src/smithy_aws_core/credentials_resolvers/imds.py
@@ -185,6 +185,7 @@ class IMDSCredentialsResolver(
185
_METADATA_PATH_BASE = "/latest/meta-data/iam/security-credentials"
186
187
def __init__(self, http_client: HTTPClient, config: Config | None = None):
188
+ # TODO: Respect IMDS specific config values from aws shared config file and environment.
189
self._http_client = http_client
190
self._ec2_metadata_client = EC2Metadata(http_client=http_client, config=config)
191
self._config = config or Config()
0 commit comments