Skip to content

Commit

Permalink
Remove confused deputy logs (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
saieshwarm authored Aug 12, 2024
1 parent 6943c61 commit 9a27f91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpdk/core/boto_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def inject_confused_deputy_headers(params, **kwargs):
params["headers"]["x-amz-source-arn"] = headers["source_arn"]

sts_client.meta.events.register("before-call", inject_confused_deputy_headers)
LOG.info(headers)
if role_arn:
session_name = f"CloudFormationContractTest-{datetime.now():%Y%m%d%H%M%S}"
try:
Expand Down

0 comments on commit 9a27f91

Please sign in to comment.