Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Kudu Metrics - SPENGO Authentication (kerberized Kudu)

avatar
New Contributor

When trying to access the kudu metrics from a master or worker node, in the browser, Kerberos authentication is needed.

In the browser thats no problem, after navigating to

https://<kudu_master>:8050/metrics

 

Im asked for my credentials via pop-up, after entering them and then it shows me the metrics.

 

I'd like to connect the KUDU API via NIFI and use a InvokeHTTP processor to access the metrics. Of course i get the error that authentication is needed. entering username and pw in the GET request header did not help.

 

How do I make acquire the metrics via a GET request?

1 ACCEPTED SOLUTION

avatar

Hi @DataMo , 

I'm not an expert on this area, however the "Kerberos authentication" through a browser (SPNEGO) is a bit more complex than sending a username/password pair (HTTP Basic authentication). 

As I see

https://issues.apache.org/jira/browse/NIFI-6250 - "Add Kerberos authentication support to InvokeHTTP Processor" is still open.

View solution in original post

1 REPLY 1

avatar

Hi @DataMo , 

I'm not an expert on this area, however the "Kerberos authentication" through a browser (SPNEGO) is a bit more complex than sending a username/password pair (HTTP Basic authentication). 

As I see

https://issues.apache.org/jira/browse/NIFI-6250 - "Add Kerberos authentication support to InvokeHTTP Processor" is still open.