Skip to content
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

No where to set Resource Server #8721

Closed
cyberduck opened this issue Apr 2, 2015 · 8 comments
Closed

No where to set Resource Server #8721

cyberduck opened this issue Apr 2, 2015 · 8 comments
Labels
enhancement fixed irods IRODS Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

94d3d00 created the issue

For connection we will need a place to add "resource server" in "more options" this is where users connecting to a very specific resource server can add it. It would be ideal if in the XML for configuration we could specify that i.e multiple resource servers the user can choose from.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Would it be acceptable if you can specify the resource in the connection profile as part of the Region using a colon separated syntax such as

        <key>Region</key>
        <string>iplant:storageresourcename</string>

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [8721 jerry]:

For connection we will need a place to add "resource server" in "more options" this is where users connecting to a very specific resource server can add it. It would be ideal if in the XML for configuration we could specify that i.e multiple resource servers the user can choose from.

We cannot add a graphical user element for this with no matching feature in any other supported protocol.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 9f447aa.

@cyberduck
Copy link
Collaborator Author

d1e24ad commented

If we can specify multiple regions (I assume as I have shown below) Could we specify a empty string for a resource i.e iplant: so when no resource server is specified ...it lets the server decide, but when you explicitly pass a resource server name it will use that to upload/download data.

<key>Region Set by server</key>
<string>iplant:</string>
<key>Region A</key>
        <string>iplant:resourceA</string>
<key>Region B</key>
        <string>iplant:resourceB</string>
<key>Region Default</key>
<string>iplant:</string>

@cyberduck
Copy link
Collaborator Author

d1e24ad commented

Sorry, I reread your email and looks like you are suggesting to create a profile per "Region" i.e one per Region.
Which also is suitable as a given user will not have more than 2 to 3 resource servers. Most users will leave it blank and let the server decide.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:8 nirav]:

If we can specify multiple regions (I assume as I have shown below) Could we specify a empty string for a resource i.e iplant: so when no resource server is specified ...it lets the server decide

The resource can be omitted and will default to an empty string.

@cyberduck
Copy link
Collaborator Author

d1e24ad commented

Replying to [comment:3 dkocher]:

Would it be acceptable if you can specify the resource in the connection profile as part of the Region using a colon separated syntax such as

        <key>Region</key>
        <string>iplant:storageresourcename</string>

I tried using this construct for a resource server named hadesRes:

        <key>Region</key>
        <string>iplant:hadesRes</string>

and got the following error in Cyberduck while connecting (I am using mac and the snapshot build from today)
/iplant:hadesRes/home/nirav. Please contact your web hosting service provider for assistance.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fix default working directory when resource server is given in Region in e986115.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement fixed irods IRODS Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant