You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command should honor the --role-arn option, assume the role, and add the DNS record into the Route53 zone.
Actual behaviour
The --role-arn option does not seem to be considered and results in the error below:
Error: AccessDenied: User: arn:aws:sts::12345:assumed-role/some_iam_role/i-12345 is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::12345:role/XYZ
status code: 403, request id: 12345
NOTE: copying an older version of this command to the server worked as expected
Have you checked if the documentation has the information you require?
Yes, --role-arn seems to still be a valid option for the "rrcreate" command.
Could you contribute a fix or help testing with this issue?
We would love to test a fix in our environment to see if the issue has been resolved.
The text was updated successfully, but these errors were encountered:
Issue type
cli53 version (cli53 --version)
OS / Platform
FreeBSD 12.2-RELEASE-p7
Steps to reproduce
cli53 rrcreate ZONEID "some.domain. 60 TXT somevalue" --append --wait --role-arn arn:aws:iam:12345:role/XYZ
Expected behaviour
Command should honor the --role-arn option, assume the role, and add the DNS record into the Route53 zone.
Actual behaviour
The --role-arn option does not seem to be considered and results in the error below:
NOTE: copying an older version of this command to the server worked as expected
Have you checked if the documentation has the information you require?
Yes, --role-arn seems to still be a valid option for the "rrcreate" command.
Could you contribute a fix or help testing with this issue?
We would love to test a fix in our environment to see if the issue has been resolved.
The text was updated successfully, but these errors were encountered: