Skip to content

Commit

Permalink
Add procedure note for getting iam permissions changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz authored Jul 1, 2019
1 parent 6985f81 commit 951e912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HOWTO-Update-an-API-repo-to-use-Fargate.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Since we have tried to be consistent, there are bound to be a few likely stickin

**Problem:** Due to changes required for Fargate task definitions, the AWS user used by Travis for a repo may not have all the necessary permissions.
**What to look for:** An error message in Travis, hidden under the `deploy.sh` collapsed section that mentions "AWS User <user> doesn't have required permission <permission>".
**Solution:** Update the user in AWS to have the missing permission. It is likely `iam:PassRole` if anything.
**Solution:** Update the user in AWS to have the missing permission. It is likely `iam:PassRole` if anything. Since `iam` write permissions are locked down, use the #team-infra Slack channel to request the permission change. Make sure to include both the AWS user name and the missing permission.

### Providing all required configuration to containers

Expand Down

0 comments on commit 951e912

Please sign in to comment.