You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if you try to use provide a user key it is stated that this key is not expected.
I am trying to connect to a webhdfs server behind a proxy that requires basic auth. For this to work, I at least needed the user (but also a password as well as a data_proxy key).
I have already created a PR for the filesystem_spec for webhdfs (fsspec/filesystem_spec#1409) that adds support for basic authentication.
As soon as that is merged, I have the code already ready for dvc to include support for the basic authentication. After the filesystem_spec PR is merged, I will create a PR with the modifications for DVC
As mentioned above, I am awaiting the fsspec PR to be merged. After that, will create a small PR to enable the support for the new features in fsspec in DVC.
I have this already working in a locally patched dvc + fsspec
Bug Report
Description
When using webHDFS as the remote backend, in the documentation it is stated you can provide the
user
key (see documentation at https://dvc.org/doc/user-guide/data-management/remote-storage/hdfs#webhdfs-configuration-parameters)However, if you try to use provide a
user
key it is stated that this key is not expected.I am trying to connect to a webhdfs server behind a proxy that requires basic auth. For this to work, I at least needed the user (but also a password as well as a data_proxy key).
I have already created a PR for the filesystem_spec for webhdfs (fsspec/filesystem_spec#1409) that adds support for basic authentication.
As soon as that is merged, I have the code already ready for dvc to include support for the basic authentication. After the filesystem_spec PR is merged, I will create a PR with the modifications for DVC
Reproduce
Expected
No error
Environment information
Output of
dvc doctor
:Additional Information (if any):
As mentioned above, I am awaiting the fsspec PR to be merged. After that, will create a small PR to enable the support for the new features in fsspec in DVC.
I have this already working in a locally patched dvc + fsspec
Related other PRs:
The text was updated successfully, but these errors were encountered: