Skip to content

Commit 9e54bfd

Browse files
committed
Merge branch 'dev_netpyne_updates' of github.com:OpenSourceBrain/OSBv2 into dev_netpyne_updates
2 parents 6892d43 + f480acb commit 9e54bfd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

applications/netpyne/deploy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
harness:
22
subdomain: netpyne
3-
secured: true
3+
secured: false
44
uri_role_mapping: []
55
service:
66
auto: false

applications/workspaces/api/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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
15201535
tags:
15211536
-
15221537
name: rest

0 commit comments

Comments
 (0)