We are using the RabbitMQ version 3.11.0 and Erlang version 25.1 in the Windows OS system.
We are using RabbitMQ Rest APIs to create dynamic shovels and to read shovel status and to check connectivity. As per document (All URIs will serve only resources of type application/json, and will require HTTP basic authentication (using the standard RabbitMQ user database)).
Hence we are using Basic Auth. Due to this SONAR and security static code Analyzer is giving security issues that Basic Auth should not be used as below.
"Use a more secure method than basic authentication."
We have referred to the article below and could not get any idea.
So please let us know that What is the alternative to use instead of Basic Auth?
-- Thanking You,
Naseer Pasha R