File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,9 @@ pass = encryptedpassword
189
189
190
190
### dCache ###
191
191
192
+ dCache is a storage system with WebDAV doors that support, beside basic and x509,
193
+ authentication with [ Macaroons] ( https://www.dcache.org/manuals/workshop-2017-05-29-Umea/000-Final/anupam_macaroons_v02.pdf ) (bearer tokens).
194
+
192
195
Configure as normal using the ` other ` type. Don't enter a username or
193
196
password, instead enter your Macaroon as the ` bearer_token ` .
194
197
@@ -203,3 +206,6 @@ user =
203
206
pass =
204
207
bearer_token = your-macaroon
205
208
```
209
+
210
+ There is a [ script] ( https://github.com/onnozweers/dcache-scripts/blob/master/get-share-link ) that
211
+ obtains a Macaroon from a dCache WebDAV endpoint, and creates an rclone config file.
You can’t perform that action at this time.
0 commit comments