Last modified by alexisdurieux on 2022/03/25 08:38

From version 8.1
edited by alexisdurieux
on 2021/01/06 11:34
Change comment: There is no comment for this version
To version 13.1
edited by alexisdurieux
on 2021/04/06 14:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,14 +5,12 @@
5 5  (% style="text-align: justify;" %)
6 6  = Data Proxy =
7 7  
8 -(% style="text-align: justify;" %)
9 -Documentation
8 +Functional documentation
10 10  )))
11 11  )))
12 12  
13 13  (% class="row" %)
14 14  (((
15 -(% class="col-xs-12 col-sm-4" %)
16 16  (((
17 17  (% style="text-align: justify;" %)
18 18  The data proxy core is the application that acts as a proxy to the CSCS Swift storage.
... ... @@ -21,16 +21,16 @@
21 21  ==== Authentication ====
22 22  
23 23  (% style="text-align: justify;" %)
24 -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
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
25 25  
26 26  (% style="text-align: justify;" %)
27 27  === Bucket system ===
28 28  
29 29  (% style="text-align: justify;" %)
30 -We use the collaboratory authorization system for the buckets.
28 +We use the Collaboratory authorization system for the buckets.
31 31  
32 32  (% style="text-align: justify;" %)
33 -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
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
34 34  
35 35  (% border="3" %)
36 36  |=(% style="text-align: justify;" %)Collab Right|=(% style="text-align: justify;" %)Available actions on bucket
... ... @@ -39,16 +39,15 @@
39 39  |(% style="text-align:justify" %)Admin|(% style="text-align:justify" %)Create, Read, Update, Delete
40 40  |(% style="text-align:justify" %)Not a collab member|(% style="text-align:justify" %)No actions
41 41  
42 -(% style="text-align: justify;" %)
43 -**Should the editor be able to create the bucket in the first place ?**
40 +(% class="wikigeneratedid" %)
41 +You can access the buckets in the "Buckets" menu in every collab
44 44  
43 +(% class="wikigeneratedid" %)
44 +=== ===
45 45  
46 -(% style="text-align: justify;" %)
47 -=== **Api description** ===
46 +=== API documentation ===
48 48  
49 -(% style="text-align: justify;" %)
50 -
51 -)))
52 52  
53 -[[image:Screenshot_2021-01-06 FastAPI - Swagger UI.png]]
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".
54 54  )))
51 +)))