Can rabbitmq be accessed directly without authentication, and if so, how do I configure it? #9002
-
Can rabbitmq be accessed directly without authentication, and if so, how do I configure it? |
Beta Was this translation helpful? Give feedback.
Answered by
lukebakken
Aug 3, 2023
Replies: 1 comment
-
No, your AMQP client applications will always have to authenticate. You could always use a well-known username and password if you're not concerned about the security implications. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lukebakken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, your AMQP client applications will always have to authenticate. You could always use a well-known username and password if you're not concerned about the security implications.