We are looking to use IRSA with this agent. Do you happen to know if it will work? We don't want to have the role attached to the instance profile, but use terraform to create the policies needed, and services account created using eksctl and OIDC enabled. My test show it's not working unless I attach my policy to the instance profile.
AccessDeniedException: User: arn:aws:sts │
│ ::xxxxxxxxxx:assumed-role/eksctl-aj-project-nodegroup-ng-de-NodeInstanceRole-EUL6ROZRPHS9/i-xxxxxxxx i │
│ s not authorized to perform: ssm:UpdateInstanceInformation on resource: arn:aws:ec2:us-east-1:xxxxxxxxxxxxx:instan │
│ ce/i-xxxxx
Hello,
We are looking to use IRSA with this agent. Do you happen to know if it will work? We don't want to have the role attached to the instance profile, but use terraform to create the policies needed, and services account created using eksctl and OIDC enabled. My test show it's not working unless I attach my policy to the instance profile.