Data Proxy
Version 9.1 by alexisdurieux on 2021/01/06 11:35
Data Proxy
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 an authorization headers. The user is then authenticated against the EBRAINS platform. That means the user only needs to have a 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 |
Should the editor be able to create the bucket in the first place ?
Api description