Skip to content

Commit 9d63a9e

Browse files
author
rodriguez-facundo
committed
Disable xsrf for POST request and bump CF helm image
1 parent a32d3c5 commit 9d63a9e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

k8s/cf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ steps:
7777
c.Spawner.default_url = '/geppetto'
7878
c.Spawner.debug = True
7979
spawner: >-
80-
c.Spawner.args = ["--library=netpyne_ui"]
80+
c.Spawner.args = ["--library=netpyne_ui", "--NotebookApp.disable_check_xsrf=True"]
8181
8282
scheduling:
8383
userScheduler:
@@ -117,7 +117,7 @@ steps:
117117

118118
debug:
119119
enabled: false
120-
image: 'codefresh/cfstep-helm:2.12.1'
120+
image: 'codefresh/cfstep-helm:2.12.2'
121121
title: Installing chart
122122
stage: deploy
123123
environment:

k8s/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hub:
2424
c.Spawner.default_url = '/geppetto'
2525
c.Spawner.debug = True
2626
spawner: >-
27-
c.Spawner.args = ["--library=netpyne_ui"]
27+
c.Spawner.args = ["--library=netpyne_ui", "--NotebookApp.disable_check_xsrf=True"]
2828
2929
scheduling:
3030
userScheduler:

0 commit comments

Comments
 (0)