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?