Data Proxy
Data Proxy
Functional documentation
The data proxy core is the application that acts as a proxy to the CSCS Swift storage.
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
API documentation
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".