You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 trusts should be entered for IAM Role, one for default and one for my-service-account
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
This PR introduced this behavior, but doesn't handle multiple similar conditions.
We can just change the Id() method to handle condition, making sure we dereference as string.
Environment:
iam-manager version
Kubernetes version :
$ kubectl version -o yaml
Other debugging information (if applicable):
- controller logs:
$ kubectl logs
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
BUG
What happened:
When more then one
irsa-service-account
is listed the trust only picks up the last one.We see in the IAM Role trusts only the last one is updated:
What you expected to happen:
default
and one formy-service-account
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
This PR introduced this behavior, but doesn't handle multiple similar conditions.
We can just change the Id() method to handle condition, making sure we dereference as string.
Environment:
Other debugging information (if applicable):
$ kubectl logs
The text was updated successfully, but these errors were encountered: