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

Add connection profiles for Softlayer private network access #7614

Closed
cyberduck opened this issue Nov 15, 2013 · 3 comments
Closed

Add connection profiles for Softlayer private network access #7614

cyberduck opened this issue Nov 15, 2013 · 3 comments
Assignees
Labels
enhancement fixed openstack OpenStack Swift Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

501f426 created the issue

Hi,

Accessing Softlayer object storage works fine with the new profile. The only problem is that there is a profile for the public network and missing the private network profile (with unlimited transfer inside the network)

  • public:
https://dal05.objectstorage.softlayer.net/auth/v1.0/
  • private:
https://dal05.objectstorage.service.networklayer.com/auth/v1.0/

I would appreciate it if you could add these profiles or at least explain how to modify the profile.

Thanks for your help and keep up the great work.

Gilad.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Authentication Endpoints.

SoftLayer Object Storage has API endpoints on both the private network and public internet. Private network calls can only be made from servers and computing instances purchased from SoftLayer, or devices connected to the private network via VPN. Authentication requests should be sent to the endpoint associated with the location of your Object Storage account.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Profiles with private network endpoints in fccae48.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Update documentation with links to profiles.

@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 openstack OpenStack Swift Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants