tresata / akka-http-spnego

Kerberos based authentication for akka-http using SPNEGO
18 stars 3 forks source link

How to simulate curl --negotiate option on the client side using akka-http #3

Open anandp504 opened 7 years ago

anandp504 commented 7 years ago

I would like to access HDFS files using webhdfs. Curl gives me an option of using --negotiate -u: user option to use existing kerberos token. How do I access webhdfs using akka-http?

koertkuipers commented 6 years ago

i think what you are asking for is an akka-http client api that supports spnego, is that correct? that is not supported in this library as such.