Skip to content

Commit 4d4c82a

Browse files
committed
Remove cookiesAuthEnabled attribute from all endpoints
Signed-off-by: Angel Misevski <[email protected]>
1 parent 5b05ab5 commit 4d4c82a

17 files changed

+0
-30
lines changed

internal-registry/eclipse/cloud-shell/nightly/devworkspacetemplate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ spec:
2323
path: /static/
2424
attributes:
2525
type: ide
26-
cookiesAuthEnabled: "true"

internal-registry/redhat-developer/web-terminal-dev/4.5.0/devworkspacetemplate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ spec:
2020
protocol: http
2121
attributes:
2222
type: ide
23-
cookiesAuthEnabled: "true"
2423
mountSources: false
2524
env:
2625
- name: USE_BEARER_TOKEN

internal-registry/redhat-developer/web-terminal-dev/nightly/devworkspacetemplate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ spec:
2020
protocol: http
2121
attributes:
2222
type: ide
23-
cookiesAuthEnabled: "true"
2423
mountSources: false
2524
env:
2625
- name: USE_BEARER_TOKEN

internal-registry/redhat-developer/web-terminal/4.5.0/devworkspacetemplate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
protocol: http
2222
attributes:
2323
type: ide
24-
cookiesAuthEnabled: "true"
2524
mountSources: false
2625
env:
2726
- name: USE_BEARER_TOKEN

internal-registry/redhat-developer/web-terminal/nightly/devworkspacetemplate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
protocol: http
2222
attributes:
2323
type: ide
24-
cookiesAuthEnabled: "true"
2524
mountSources: false
2625
env:
2726
- name: USE_BEARER_TOKEN

pkg/library/container/testdata/converts-all-fields.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ input:
2020
protocol: wss
2121
attributes:
2222
type: ide
23-
cookiesAuthEnabled: "true"
2423
- name: "test-endpoint-2"
2524
exposure: public
2625
targetPort: 8080
2726
secure: true
2827
protocol: http
2928
attributes:
30-
cookiesAuthEnabled: "true"
3129
volumeMounts:
3230
- name: "test-volume1"
3331
path: "/test-volume1-path"

pkg/library/flatten/testdata/k8s-ref/already-flattened.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ input:
3030
type: ide
3131
discoverable: "false"
3232
secure: "true"
33-
cookiesAuthEnabled: "true"
3433
env:
3534
- name: USE_BEARER_TOKEN
3635
value: "true"
@@ -65,7 +64,6 @@ output:
6564
type: ide
6665
discoverable: "false"
6766
secure: "true"
68-
cookiesAuthEnabled: "true"
6967
env:
7068
- name: USE_BEARER_TOKEN
7169
value: "true"

pkg/library/flatten/testdata/k8s-ref/nodejs-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,13 @@ input:
165165
protocol: http
166166
attributes:
167167
type: ide
168-
cookiesAuthEnabled: "true"
169168
- name: "webviews"
170169
exposure: public
171170
targetPort: 3100
172171
protocol: http
173172
secure: true
174173
attributes:
175174
type: webview
176-
cookiesAuthEnabled: "true"
177175
unique: "true"
178176
- name: "theia-dev"
179177
exposure: public
@@ -236,7 +234,6 @@ input:
236234
secure: true
237235
attributes:
238236
type: terminal
239-
cookiesAuthEnabled: "true"
240237

241238
vscode-typescript:
242239
kind: DevWorkspaceTemplate
@@ -317,15 +314,13 @@ output:
317314
protocol: http
318315
attributes:
319316
type: ide
320-
cookiesAuthEnabled: "true"
321317
- name: "webviews"
322318
exposure: public
323319
targetPort: 3100
324320
protocol: http
325321
secure: true
326322
attributes:
327323
type: webview
328-
cookiesAuthEnabled: "true"
329324
unique: "true"
330325
- name: "theia-dev"
331326
exposure: public
@@ -417,7 +412,6 @@ output:
417412
secure: true
418413
attributes:
419414
type: terminal
420-
cookiesAuthEnabled: "true"
421415
- name: sidecar-typescript
422416
attributes:
423417
"app.kubernetes.io/part-of": che-theia.eclipse.org

pkg/library/flatten/testdata/k8s-ref/web-terminal-with-plugin.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ input:
4343
type: ide
4444
discoverable: "false"
4545
secure: "true"
46-
cookiesAuthEnabled: "true"
4746
env:
4847
- name: USE_BEARER_TOKEN
4948
value: "true"
@@ -76,7 +75,6 @@ output:
7675
type: ide
7776
discoverable: "false"
7877
secure: "true"
79-
cookiesAuthEnabled: "true"
8078
env:
8179
- name: USE_BEARER_TOKEN
8280
value: "true"

samples/flattened_theia-next.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ spec:
3333
secure: true
3434
attributes:
3535
type: terminal
36-
cookiesAuthEnabled: "true"
3736
### END Contributions from machine-exec plugin ###
3837
### BEGIN Contributions from Theia plugin ###
3938
- name: plugins
@@ -115,15 +114,13 @@ spec:
115114
protocol: http
116115
attributes:
117116
type: ide
118-
cookiesAuthEnabled: "true"
119117
- name: "webviews"
120118
exposure: public
121119
targetPort: 3100
122120
protocol: http
123121
secure: true
124122
attributes:
125123
type: webview
126-
cookiesAuthEnabled: "true"
127124
unique: "true"
128125
- name: "theia-dev"
129126
exposure: public

samples/flattened_theia-nodejs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ spec:
4848
protocol: http
4949
attributes:
5050
type: ide
51-
cookiesAuthEnabled: "true"
5251
- name: "webviews"
5352
exposure: public
5453
targetPort: 3100
5554
protocol: http
5655
secure: true
5756
attributes:
5857
type: webview
59-
cookiesAuthEnabled: "true"
6058
unique: "true"
6159
- name: "theia-dev"
6260
exposure: public
@@ -148,7 +146,6 @@ spec:
148146
secure: true
149147
attributes:
150148
type: terminal
151-
cookiesAuthEnabled: "true"
152149
- name: vscode-typescript
153150
attributes:
154151
"app.kubernetes.io/part-of": che-theia.eclipse.org

samples/flattened_web-terminal-dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ spec:
3939
protocol: http
4040
attributes:
4141
type: ide
42-
cookiesAuthEnabled: "true"
4342
env:
4443
- name: USE_BEARER_TOKEN
4544
value: "true"

samples/flattened_web-terminal.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ spec:
4040
exposure: internal
4141
attributes:
4242
type: ide
43-
cookiesAuthEnabled: "true"
4443
env:
4544
- name: USE_BEARER_TOKEN
4645
value: "true"

samples/plugins/machine-exec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ spec:
2525
secure: true
2626
attributes:
2727
type: terminal
28-
cookiesAuthEnabled: "true"

samples/plugins/theia-next.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@ spec:
5252
protocol: http
5353
attributes:
5454
type: ide
55-
cookiesAuthEnabled: "true"
5655
- name: "webviews"
5756
exposure: public
5857
targetPort: 3100
5958
protocol: http
6059
secure: true
6160
attributes:
6261
type: webview
63-
cookiesAuthEnabled: "true"
6462
unique: "true"
6563
- name: "theia-dev"
6664
exposure: public

samples/plugins/web-terminal-dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
protocol: http
2222
attributes:
2323
type: ide
24-
cookiesAuthEnabled: "true"
2524
env:
2625
- name: USE_BEARER_TOKEN
2726
value: "true"

samples/plugins/web-terminal.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ spec:
2222
exposure: internal
2323
attributes:
2424
type: ide
25-
cookiesAuthEnabled: "true"
2625
env:
2726
- name: USE_BEARER_TOKEN
2827
value: "true"

0 commit comments

Comments
 (0)