File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11harness :
22 subdomain : netpyne
3- secured : true
3+ secured : false
44 uri_role_mapping : []
55 service :
66 auto : false
Original file line number Diff line number Diff line change @@ -271,6 +271,8 @@ paths:
271271 security :
272272 -
273273 bearerAuth : []
274+ -
275+ cookieAuth : []
274276 operationId : workspaces.controllers.workspace_controller.setthumbnail
275277 summary : Sets the thumbnail of the workspace.
276278 parameters :
@@ -302,6 +304,8 @@ paths:
302304 security :
303305 -
304306 bearerAuth : []
307+ -
308+ cookieAuth : []
305309 operationId : workspaces.controllers.workspace_controller.addimage
306310 summary : Adds and image to the workspace.
307311 parameters :
@@ -324,6 +328,8 @@ paths:
324328 security :
325329 -
326330 bearerAuth : []
331+ -
332+ cookieAuth : []
327333 operationId : delimage
328334 summary : Delete a Workspace Image from the workspace.
329335 x-openapi-router-controller : workspaces.controllers.workspace_controller
@@ -365,6 +371,8 @@ paths:
365371 security :
366372 -
367373 bearerAuth : []
374+ -
375+ cookieAuth : []
368376 summary : Used to save a WorkspaceResource to the repository.
369377 ' /workspaceresource/{id} ' :
370378 get :
@@ -382,6 +390,8 @@ paths:
382390 security :
383391 -
384392 bearerAuth : []
393+ -
394+ cookieAuth : []
385395 summary : Used to retrieve a WorkspaceResource.
386396 put :
387397 requestBody :
@@ -1517,6 +1527,11 @@ components:
15171527 bearerFormat : JWT
15181528 type : http
15191529 x-bearerInfoFunc : cloudharness.auth.AuthClient.decode_token
1530+ cookieAuth :
1531+ type : apiKey
1532+ name : kc-access
1533+ in : cookie
1534+ x-apikeyInfoFunc : cloudharness.auth.decode_token
15201535tags :
15211536 -
15221537 name : rest
You can’t perform that action at this time.
0 commit comments