Wiki source code of Data Proxy

Version 14.1 by alexisdurieux on 2021/04/06 14:45

Hide last authors
alexisdurieux 1.1 1 (% class="jumbotron" %)
2 (((
3 (% class="container" %)
4 (((
alexisdurieux 8.1 5 (% style="text-align: justify;" %)
alexisdurieux 5.1 6 = Data Proxy =
alexisdurieux 1.1 7
alexisdurieux 12.1 8 Functional documentation
alexisdurieux 1.1 9 )))
10 )))
11
12 (% class="row" %)
13 (((
14 (((
alexisdurieux 8.1 15 (% style="text-align: justify;" %)
alexisdurieux 6.1 16 The data proxy core is the application that acts as a proxy to the CSCS Swift storage.
17
alexisdurieux 8.1 18 (% style="text-align: justify;" %)
alexisdurieux 6.1 19 ==== Authentication ====
20
alexisdurieux 8.1 21 (% style="text-align: justify;" %)
mmorgan 10.1 22 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
alexisdurieux 6.1 23
alexisdurieux 8.1 24 (% style="text-align: justify;" %)
alexisdurieux 6.1 25 === Bucket system ===
26
alexisdurieux 8.1 27 (% style="text-align: justify;" %)
mmorgan 10.1 28 We use the Collaboratory authorization system for the buckets.
alexisdurieux 6.1 29
alexisdurieux 8.1 30 (% style="text-align: justify;" %)
mmorgan 10.1 31 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
alexisdurieux 6.1 32
33 (% border="3" %)
alexisdurieux 8.1 34 |=(% style="text-align: justify;" %)Collab Right|=(% style="text-align: justify;" %)Available actions on bucket
35 |(% style="text-align:justify" %)Viewer|(% style="text-align:justify" %)Read
36 |(% style="text-align:justify" %)Editor|(% style="text-align:justify" %)Create, Read, Update, Delete
37 |(% style="text-align:justify" %)Admin|(% style="text-align:justify" %)Create, Read, Update, Delete
38 |(% style="text-align:justify" %)Not a collab member|(% style="text-align:justify" %)No actions
alexisdurieux 6.1 39
alexisdurieux 13.1 40 (% class="wikigeneratedid" %)
41 You can access the buckets in the "Buckets" menu in every collab
alexisdurieux 6.1 42
alexisdurieux 13.1 43 (% class="wikigeneratedid" %)
44 === ===
alexisdurieux 12.1 45
46 The API is self-documentated using Swagger UI. You can access it here: [[https:~~/~~/data-proxy.ebrains.eu/api/docs>>https://data-proxy.ebrains.eu/api/docs]] or in the "API Documentation".
alexisdurieux 1.1 47 )))
alexisdurieux 12.1 48 )))