Wiki source code of Data Proxy

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

Show last authors
1 (% class="jumbotron" %)
2 (((
3 (% class="container" %)
4 (((
5 (% style="text-align: justify;" %)
6 = Data Proxy =
7
8 Functional documentation
9 )))
10 )))
11
12 (% class="row" %)
13 (((
14 (((
15 (% style="text-align: justify;" %)
16 The data proxy core is the application that acts as a proxy to the CSCS Swift storage.
17
18 (% style="text-align: justify;" %)
19 ==== Authentication ====
20
21 (% style="text-align: justify;" %)
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
23
24 (% style="text-align: justify;" %)
25 === Bucket system ===
26
27 (% style="text-align: justify;" %)
28 We use the Collaboratory authorization system for the buckets.
29
30 (% style="text-align: justify;" %)
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
32
33 (% border="3" %)
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
39
40 (% class="wikigeneratedid" %)
41 You can access the buckets in the "Buckets" menu in every collab
42
43 (% class="wikigeneratedid" %)
44 === ===
45
46 === API documentation ===
47
48
49 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".
50 )))
51 )))