Skip to content

Commit c23bd81

Browse files
committed
Add todo for aws shared config and env var support
1 parent c58d6e6 commit c23bd81

File tree

1 file changed

+1
-0
lines changed
  • packages/smithy-aws-core/src/smithy_aws_core/credentials_resolvers

1 file changed

+1
-0
lines changed

packages/smithy-aws-core/src/smithy_aws_core/credentials_resolvers/imds.py

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ class IMDSCredentialsResolver(
185185
_METADATA_PATH_BASE = "/latest/meta-data/iam/security-credentials"
186186

187187
def __init__(self, http_client: HTTPClient, config: Config | None = None):
188+
# TODO: Respect IMDS specific config values from aws shared config file and environment.
188189
self._http_client = http_client
189190
self._ec2_metadata_client = EC2Metadata(http_client=http_client, config=config)
190191
self._config = config or Config()

0 commit comments

Comments
 (0)