Hey, I’m facing a weird issue with my pods! I have a vpc native cluster, with all configuration settle! I have workload identity configured( with GKE_METADATA applied on each node).
I’m able to connect with postgres without any problem, configuring all service account roles permission, but with pubsub I’m unable!
fail to publish message rpc error: code │ = Unavailable desc = connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority
Doesn’t matter what kind of operation I try, publish a message or consume it I’m receiving that kind of error. Do I miss something on my configuration? I dont remember needing to apply any certificate authority on my side.