Skip to content

ref: deprecate digest option from HTTP remote #2802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ by HDFS. Read more about by expanding the WebHDFS section in
- `basic` -
[basic authentication scheme](https://tools.ietf.org/html/rfc7617). `user`
and `password` (or `ask_password`) parameters should also be configured.
- `digest` -
- `digest` (**removed** in 2.7.1) -
[digest Access Authentication Scheme](https://tools.ietf.org/html/rfc7616).
`user` and `password` (or `ask_password`) parameters should also be
configured.
Expand Down Expand Up @@ -940,8 +940,7 @@ by HDFS. Read more about by expanding the WebHDFS section in
custom_auth_header 'My-Header'
```

- `user` - user name to use when the `auth` parameter is set to `basic` or
`digest`.
- `user` - user name to use when the `auth` parameter is set to `basic`.

```dvc
$ dvc remote modify --local myremote user myuser
Expand Down