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
The current implementation relies on get_user() to construct the correct role name. However, this requires an additional IAM permission which not every user may have. This change allows the user to specify the full "arn:aws:iam::{0}:role/{1}" in the role config so the permission is not required.
0 commit comments