priyeshkaratha opened a new pull request, #9577:
URL: https://github.com/apache/ozone/pull/9577

   ## What changes were proposed in this pull request?
   Currently, JmxServiceProviderImpl fails to fetch JMX metrics when Datanodes 
are configured with Kerberos authentication. This occurs because the 
ReconUtils#makeHttpCall method is invoked without the isSpnego flag set to 
true, causing authentication to fail.
   This PR introduces a check for the hdds.datanode.http.auth.type 
configuration property. If set to kerberos, the service will now correctly pass 
isSpnego = true to ReconUtils, ensuring secure JMX communication.
   ## What is the link to the Apache JIRA
   HDDS-14334
   ## How was this patch tested?
   CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to