You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deprecate app.id parameter in favor of service.authToken
- Update operator to use --serviceAuthToken flag instead of --appId
- Add SERVICE_AUTH_TOKEN to service configuration
- Update landing page config to use serviceAuthToken property
- Maintain backward compatibility by defaulting to app.id value
Co-authored-by: Johannes Faltermeier <[email protected]>
| app | object | (see details below) | General information about the deployed app |
15
-
| app.id |string|`"asdfghjkl"`| The app id which is used in the communication between website and REST-API as a spam migitation. This id is public. Please choose an random generated string. |
15
+
| app.id |Deprecated|`"asdfghjkl"`| The app id which is used in the communication between website and REST-API as a spam migitation. This id is public. Please choose an random generated string. Use service.authToken instead. |
16
16
| app.name | string |`"Theia Blueprint"`| The name of the application that may be displayed e.g. on the landing pages |
17
17
| demoApplication | object | (see details below) | Information about the demo application to be installed |
18
18
| demoApplication.imagePullPolicy | string |`nil`| Optional: Override the imagePullPolicy for the main application's docker image. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
@@ -99,6 +99,7 @@ A Helm chart for Theia Cloud
99
99
| preloading.imagePullPolicy | string |`nil`| Optional: Override the imagePullPolicy for the image preloading containers. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
100
100
| preloading.images | list |`[]`| Images to preload. Images must support running /bin/sh. If the list is empty and demoApplication.install == true, demoApplication.name is automatically added. |
101
101
| service | object | (see details below) | Values of the Theia Cloud REST service |
102
+
| service.authToken | string |`"asdfghjkl"`| The service authentication token used in the communication between website and REST-API for spam mitigation. This token is public. Please choose a random generated string. |
102
103
| service.image | string |`"theiacloud/theia-cloud-service:1.2.0-next"`| The image to use |
103
104
| service.imagePullPolicy | string |`nil`| Optional: Override the imagePullPolicy for the service's docker image. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
0 commit comments