Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about task-role in documentation. #23

Open
adpatter opened this issue Apr 1, 2022 · 0 comments
Open

Question about task-role in documentation. #23

adpatter opened this issue Apr 1, 2022 · 0 comments

Comments

@adpatter
Copy link

adpatter commented Apr 1, 2022

In the documentation the PassRole Action includes the resource arn:aws:iam::<aws_account_id>:role/<task-role>. What is this resource referring to? Our implementation is working without defining this resource.

    {
      "Sid": "",
      "Effect": "Allow",
      "Action": "iam:PassRole",
      "Resource": [
        "arn:aws:iam::<aws_account_id>:role/<task-execution-role>",
        **"arn:aws:iam::<aws_account_id>:role/<task-role>"**
      ]
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant