jenkins-x / terraform-aws-eks-jx

A Terraform module for creating Jenkins X infrastructure on AWS
Apache License 2.0
63 stars 42 forks source link

fix: change external secrets namespace to secret-infra #301

Closed ankitm123 closed 3 years ago

ankitm123 commented 3 years ago

Signed-off-by: ankitm123 ankitmohapatra123@gmail.com

Description

External secrets does not work with IRSA because the pod cannot assume the iam role attached to the service account. The reason is that in the the assume role policy document the namespace of the external secrets service account is set to jx namespace, but the it's in secret-infra account

Special notes for the reviewer(s)

Which issue this PR fixes

fixes #293