10000 add config variable to explicitly ignore AWS credentials (#8530) · codeperl/localstack@de2629d · GitHub
[go: up one dir, main page]

Skip to content

Commit de2629d

Browse files
thraudfangl
andauthored
add config variable to explicitly ignore AWS credentials (localstack#8530)
Co-authored-by: Daniel Fangl <daniel.fangl@localstack.cloud>
1 parent 5052099 commit de2629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack/aws/accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_account_id_from_access_key_id(access_key_id: str) -> str:
117117
if not config.PARITY_AWS_ACCESS_KEY_ID:
118118
# If AWS_ACCESS_KEY_ID has production AWS credentials, ignore them
119119
if access_key_id.startswith("ASIA") or access_key_id.startswith("AKIA"):
120-
LOG.warning(
120+
LOG.debug(
121121
"Ignoring production AWS credentials provided to LocalStack. Falling back to default account ID."
122122
)
123123

0 commit comments

Comments
 (0)
0