Configure HTTP basic auth for webstomp plugin

54 views
Skip to first unread message

Guillaume Vincent

unread,
Jan 12, 2022, 11:51:12 AM1/12/22
to rabbitmq-users
Hello,

I'm trying to configure authentication for the webstomp plugin. I use the RabbitMQ Cluster Kubernetes Operator to deploy/configure the cluster. 

Here is my RabbitMQ configuration:

loopback_users.guest = false
default_user = guest
default_pass = <pass>
web_stomp.use_http_auth = true


I succeed to connect to the websocket without basic token:

$ wscat -c "wss://<host>/ws"                                                                                                          
Connected (press CTRL+C to quit)


Do you know why the connection is successful without giving any basic auth token?

Kind regards,
Guillaume Vincent
Reply all
Reply to author
Forward
0 new messages