-
Notifications
You must be signed in to change notification settings - Fork 446
htslib should implement a more complete URI scheme for irods:
#229
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
Comments
N.B. we should (obviously?) consult with and get buy-in from the iRODS consortium developers on the scheme |
How about: |
It would be nice, but that
|
Doh. Thanks. How about we percent encode the "#" then?
A bit ick perhaps - but less ick that cooking up some other separator? |
If the username/zone is intended to be a fully-qualified way of specifying We might also need a separate zone specifier, but I think that is only It should also be specified how to authenticate with a token rather than a On Wed, Sep 30, 2015 at 11:57 AM, dkj [email protected] wrote:
|
The current implementation of the irods URL scheme handler only supports basic path (it fills in missing information from the defaults in the user's irodsEnvFile.
The irods: URL scheme should:
irodsHost
,irodsPort
,irodsZone
,irodsUserName
) such that a separate user env file is not required to access irods datairods:foo
might refer to the foo file in the current working directory.irodsAuthScheme
,irodsServerDn
, andirodsAuthFileName
or possibly the actual password to be specified)irodsDefResource
to be set (only applies when writing to iRODS)irods
schemeThe text was updated successfully, but these errors were encountered: