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

chore: Respect the upcoming changes in ECS Tagging #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thisismana
Copy link
Member

@thisismana thisismana commented Jun 6, 2024

Starting August 2024 you'll need the explicit ecs:TagResource permission in conjunction with certain ECS related API calls, on of them being RegisterTaskDefinition

See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources-setting

the documentation states that we could allow to restrict this to a certain task-definition ARN/pattern, but we do not have access to this, I fear.

Starting August 2024 you'll need the explicit `ecs:TagResource` permission in conjunction with certain ECS related API calls, on of them being `RegisterTaskDefinition`

the [documentation](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticcontainerservice.html#amazonelasticcontainerservice-task-definition) states that we could allow to restrict this to a certain task-definition ARN/pattern, but we do not have access to this, I fear.
@thisismana thisismana changed the title Respect the upcoming changes in ECS Tagging chore: Respect the upcoming changes in ECS Tagging Jun 6, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant