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

From version 11.1
edited by alexisdurieux
on 2021/03/30 17:24
Change comment: There is no comment for this version
To version 9.1
edited by alexisdurieux
on 2021/01/06 11:35
Change comment: There is no comment for this version

Summary

Details

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