Skip to content

Conversation

tomasz-sadura
Copy link
Contributor

No description provided.

"ec2:DescribeInstanceTypes",
"ec2:DescribeLaunchTemplateVersions",

"eks:DescribeNodegroup",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of adding this here can we separate it out and only allow for particular nodegroup resources? We're aiming for least privilege.

  statement {
    effect = "Allow"
    actions = [
      "eks:DescribeNodegroup"
    ]
    resources = [
      "arn:aws:eks:*:${local.aws_account_id}:nodegroup/redpanda-*"
    ]
  }

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.

2 participants