We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6943c61 commit 9a27f91Copy full SHA for 9a27f91
src/rpdk/core/boto_helpers.py
@@ -53,7 +53,6 @@ def inject_confused_deputy_headers(params, **kwargs):
53
params["headers"]["x-amz-source-arn"] = headers["source_arn"]
54
55
sts_client.meta.events.register("before-call", inject_confused_deputy_headers)
56
- LOG.info(headers)
57
if role_arn:
58
session_name = f"CloudFormationContractTest-{datetime.now():%Y%m%d%H%M%S}"
59
try:
0 commit comments