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-*"
    ]
  }

@tomasz-sadura tomasz-sadura force-pushed the ts/add-perms-to-autoscaler branch from d5026d2 to 9e3eb35 Compare September 19, 2025 11:53
@tomasz-sadura tomasz-sadura merged commit 485ad91 into main Sep 19, 2025
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.

3 participants