-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Expected behavior:
ecsta exec
should execute commands with the same IAM permission as aws ecs execute-command
.
Actual behavior:
When running ecsta exec
with an IAM user that can successfully execute aws ecs execute-command
, the following error occurs:
User: arn:aws:iam::xxxxxxxx:user/foo is not authorized to perform: ecs:DiscoverPollEndpoint
on resource: * because no identity-based policy allows the ecs:DiscoverPollEndpoint action
This indicates that ecsta requires the ecs:DiscoverPoolEndpoint
permission, which does not seem necessary based on the AWS CLI's behavior.
Background:
I am trying to use ecsta to execute commands in my ECS tasks. I have an IAM user with permissions to execute commands using the AWS CLI, but ecsta requires additional permissions that seems unnecessary. This may be an unnecessary permission requirement.
fujiwara
Metadata
Metadata
Assignees
Labels
No labels