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
To use AWS IAM roles for service accounts, you need to annotate the service account in question with an IAM role to assume. While trying to figure out how to get this working, I dug into the source code of the SpiceDB operator and found the spec.config.extraServiceAccountAnnotations field, which as far as I can tell isn't documented anywhere. This works perfectly for setting the required annotation on the ServiceAccount, and it would be very useful for this field to be documented.
The text was updated successfully, but these errors were encountered:
To use AWS IAM roles for service accounts, you need to annotate the service account in question with an IAM role to assume. While trying to figure out how to get this working, I dug into the source code of the SpiceDB operator and found the
spec.config.extraServiceAccountAnnotations
field, which as far as I can tell isn't documented anywhere. This works perfectly for setting the required annotation on the ServiceAccount, and it would be very useful for this field to be documented.The text was updated successfully, but these errors were encountered: