Skip to content

Commit

Permalink
adjusted Eclipse Ditto domain to eclipse.dev/ditto
Browse files Browse the repository at this point in the history
fix default value of 'jwtOnly' being 'true' in Helm chart

* changed to `false` as default so that simple setups can use nginx based auth

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Jul 10, 2023
1 parent 354133f commit f3d1d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.3.4 # chart version is effectively set by release-job
version: 3.3.5 # chart version is effectively set by release-job
appVersion: 3.3.3
keywords:
- iot-chart
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/ditto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ global:
# jwtOnly controls whether only OpenID-Connect authentication is supported
# if false, both OpenID-Connect and basicAuth via nginx (see above "basicAuthUsers" and "hashedBasicAuthUsers") is used
# ref: https://www.eclipse.dev/ditto/installation-operating.html#openid-connect
jwtOnly: true
jwtOnly: false
# jvmOptions defines the JVM options applied to all Ditto services running in the JVM, it is put in JAVA_TOOL_OPTIONS
jvmOptions: >
-XX:+ExitOnOutOfMemoryError
Expand Down

0 comments on commit f3d1d77

Please sign in to comment.