Setup WebHDFS authentication

403 views Asked by At

I have setup a WebHDFS server with a self signed SSL certificate for testing. Now I need some kind of authentication on it where the user has to pass some credentials in the WebHDFS rest call. I am reading through https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/WebHDFS.html, and it seems like it only allows Kerberos or OAuth2 authentication. This is too complex for my needs. Is there a way I can configure basic authentication? If not, then is there any quick way to get some Kerberos or Oauth2 server up and running? Any help is appreciated!

0

There are 0 answers