messaging-topology-operator compatibility with Istio mTLS ? #4047
-
Hi All, If the rabbitmq-system does not have side car injection enabled, I'm seeing a Has anyone else encountered similar issues or succeeded in a similar configuration? Thanks for your help, Brian |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is indeed compatible with mTLS Istio, the issue I was getting was caused by overly restrictive rbac rules, with access logs enabled on istio side cars I could see the 403 was coming from the rabbitmq cluster side car proxy. I fixed it by adding an AuthorizationPolicy that allowed traffic from the rabbitmq-system namespace. |
Beta Was this translation helpful? Give feedback.
It is indeed compatible with mTLS Istio, the issue I was getting was caused by overly restrictive rbac rules, with access logs enabled on istio side cars I could see the 403 was coming from the rabbitmq cluster side car proxy. I fixed it by adding an AuthorizationPolicy that allowed traffic from the rabbitmq-system namespace.