Wiki source code of Data Proxy

Version 15.1 by alexisdurieux on 2021/04/12 15:25

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 15.1 8 The data-proxy allows you to access CSCS Object Swift storage as an authenticated ebrains user without requiring a Fenix account.
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 15.1 19 === Object Storage ===
alexisdurieux 6.1 20
alexisdurieux 15.1 21
22 The documentation on the swift object storage can be found here: [[https:~~/~~/docs.openstack.org/swift/pike/admin/objectstorage-intro.html>>https://docs.openstack.org/swift/pike/admin/objectstorage-intro.html]]
23
24
alexisdurieux 8.1 25 (% style="text-align: justify;" %)
alexisdurieux 15.1 26 === Authentication ===
27
28 (% style="text-align: justify;" %)
mmorgan 10.1 29 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 30
alexisdurieux 8.1 31 (% style="text-align: justify;" %)
alexisdurieux 6.1 32 === Bucket system ===
33
alexisdurieux 8.1 34 (% style="text-align: justify;" %)
mmorgan 10.1 35 We use the Collaboratory authorization system for the buckets.
alexisdurieux 6.1 36
alexisdurieux 8.1 37 (% style="text-align: justify;" %)
mmorgan 10.1 38 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 39
40 (% border="3" %)
alexisdurieux 8.1 41 |=(% style="text-align: justify;" %)Collab Right|=(% style="text-align: justify;" %)Available actions on bucket
42 |(% style="text-align:justify" %)Viewer|(% style="text-align:justify" %)Read
43 |(% style="text-align:justify" %)Editor|(% style="text-align:justify" %)Create, Read, Update, Delete
44 |(% style="text-align:justify" %)Admin|(% style="text-align:justify" %)Create, Read, Update, Delete
45 |(% style="text-align:justify" %)Not a collab member|(% style="text-align:justify" %)No actions
alexisdurieux 6.1 46
alexisdurieux 13.1 47 (% class="wikigeneratedid" %)
48 You can access the buckets in the "Buckets" menu in every collab
alexisdurieux 6.1 49
alexisdurieux 13.1 50 === ===
alexisdurieux 12.1 51
52 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 53 )))
alexisdurieux 12.1 54 )))