HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
114 stars 38 forks source link

Open ExternalLinks with current credentials #79

Closed jjaraalm closed 4 years ago

jjaraalm commented 4 years ago

ExternalLinks are opened without any credentials passed in which requires default read ACLs to be set. Stored credentials (and possibly access mode) should be forwarded on.

jreadey commented 4 years ago

I've checked in the code above. Let me know if that works for you. I wasn't sure if external links are a problem with OpenID authentication, but this should work at least when credentials are passed in the File init arguments.

jreadey commented 4 years ago

Closing this - please re-open if it's still an issue.