Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws-py-assume-role/assume-role/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
region=aws_config.require("region"),
assume_roles=[
{
"role_arn": role_to_assume_arn,
"roleArn": role_to_assume_arn,
# session name can contain only the following special characters =,.@-
# if any other special character is used, an error stating that the role
# cannot be assumed will be returned
Expand Down
Loading