Is there a GKE service invocation authentication similar to OIDC tokens in Cloud Run? If not, how would one implement a similar functionality with GKE such that only authorized service accounts can invoke a service?
Hmm, you have to implement GFE and IAM service by yourselves!!
In fact, you need a custom ingress controller that
So, you also need a service to administrate the authorization database (list, add, remove emails) maybe add more granular permissions.