Hi
Everything looks fine, I have created a new user to avoid the default user which doesn't support external amqp connexion. I set the permission on this user *, *,*. The virtualhost is /
Access to the management interface works withe the user I created.
The problem is that amqp clients can't connect, the server responds invalid credentials. I re-checked the credential with rabbitmqctl authenticate_user <username> <password>, it gave success.
Is there an additionnal setup to do to allow amqp connections from other pods ?
Any advice would be appreciated.
Thanks a lot
GB