kzk / webhdfs

Ruby client for Hadoop WebHDFS
Other
81 stars 46 forks source link

Feature requests: SSL and Kerberos HTTP SPNEGO #8

Closed skaji closed 9 years ago

skaji commented 9 years ago

In my environment, the httpfs server requires SSL and Kerberos HTTP SPNEGO. So for example, by using curl I talk to the httpfs server like:

$ kinit
$ curl --cacert /path/to/ca-cert.pem --negotiate -u : "https://httpfs-host:4443/webhdfs/v1/user/foo?op=liststatus"

Could it be possible for the webhdfs gem to support SSL and Kerberos HTTP SPNEGO?

tagomoris commented 9 years ago

I will merge such that patch if it doesn't break compatibilities!

skaji commented 9 years ago

Thank you for the quick response! I will raise a pull request.

skaji commented 9 years ago

Because #9 and #10 were merged, I close this issue.