Data Proxy
Data Proxy
The data-proxy allows you to access CSCS Object Swift storage as an authenticated ebrains user without requiring a Fenix account.
The data proxy core is the application that acts as a proxy to the CSCS Swift storage.
Object Storage
The documentation on the swift object storage can be found here: https://docs.openstack.org/swift/pike/admin/objectstorage-intro.html
Authentication
The application itself is connected to the CSCS storage. The user is authenticated against the data-proxy application using authorization headers. The user is then authenticated against the EBRAINS platform. That means the user only needs to have an EBRAINS account to access the data proxy and the Swift storage capabilities
Bucket system
We use the Collaboratory authorization system for the buckets.
For every collab, it is possible to access a Swift container as a user. The action the user can perform on the buckets depend on the rights the user has in the collab
Collab Right | Available actions on bucket |
---|---|
Viewer | Read |
Editor | Create, Read, Update, Delete |
Admin | Create, Read, Update, Delete |
Not a collab member | No actions |
You can access the buckets in the "Buckets" menu in every collab
The API is self-documentated using Swagger UI. You can access it here: https://data-proxy.ebrains.eu/api/docs or in the "API Documentation".