Search code examples
ibm-cloud-infrastructure

Softlayer Object Storage CDN access


I need restrict access to the files in the Object Storage.

Is it possible to open Object Storage CDN only for the selected IPs?

Or there is exist any other method to allow download files from Object Storage without authentication from the selected IPs?


Solution

  • The object storage of Softlayer is based in OpenStack. What I know in OpenStack there is not such option to only allow the access to a specific IP.

    You can allow download the file without authentication using temporal URLs, but it does not have any option to restrict IPs (at least I do not know about that).

    I think you could ask to the openstack forums about the IP restriction. if that is possible in OpenStack should be possible in softlayer object storage as well.

    Regards