Skip to content

[iam-role-for-service-accounts-eks]: new IAM policy action required for aws-load-balancer-controller v2.7.0 #457

@antoineco

Description

@antoineco

Is your request related to a problem? Please describe.

A new feature was added to aws-load-balancer-controller in v2.7.0: mutual TLS authentication support for Ingress.

This feature requires a new IAM policy permission: elasticloadbalancing:DescribeTrustStores.

Describe the solution you'd like.

The action can be added to the existing "load_balancer_controller" aws_iam_policy_document:

"elasticloadbalancing:DescribeTargetGroupAttributes",
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeTags",
]
resources = ["*"]
}

Describe alternatives you've considered.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions