Wiki source code of Data Proxy

Version 11.1 by alexisdurieux on 2021/03/30 17:24

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 8.1 8 (% style="text-align: justify;" %)
alexisdurieux 6.1 9 Documentation
alexisdurieux 1.1 10 )))
11 )))
12
13 (% class="row" %)
14 (((
15 (((
alexisdurieux 8.1 16 (% style="text-align: justify;" %)
alexisdurieux 6.1 17 The data proxy core is the application that acts as a proxy to the CSCS Swift storage.
18
alexisdurieux 8.1 19 (% style="text-align: justify;" %)
alexisdurieux 6.1 20 ==== Authentication ====
21
alexisdurieux 8.1 22 (% style="text-align: justify;" %)
mmorgan 10.1 23 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 24
alexisdurieux 8.1 25 (% style="text-align: justify;" %)
alexisdurieux 6.1 26 === Bucket system ===
27
alexisdurieux 8.1 28 (% style="text-align: justify;" %)
mmorgan 10.1 29 We use the Collaboratory authorization system for the buckets.
alexisdurieux 6.1 30
alexisdurieux 8.1 31 (% style="text-align: justify;" %)
mmorgan 10.1 32 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 33
34 (% border="3" %)
alexisdurieux 8.1 35 |=(% style="text-align: justify;" %)Collab Right|=(% style="text-align: justify;" %)Available actions on bucket
36 |(% style="text-align:justify" %)Viewer|(% style="text-align:justify" %)Read
37 |(% style="text-align:justify" %)Editor|(% style="text-align:justify" %)Create, Read, Update, Delete
38 |(% style="text-align:justify" %)Admin|(% style="text-align:justify" %)Create, Read, Update, Delete
39 |(% style="text-align:justify" %)Not a collab member|(% style="text-align:justify" %)No actions
alexisdurieux 6.1 40
alexisdurieux 11.1 41  
42 )))
alexisdurieux 6.1 43
alexisdurieux 1.1 44
45 )))