Skip to content

Commit

Permalink
feat: disable TLS by default and add cx-central realm for 24.05 (#94)
Browse files Browse the repository at this point in the history
- disable TLS by default (and offer it optionally) as continuously enabling TLS for every component is tedious and if not enabled properly, SSL exceptions will make the usage of the umbrella cumbersome (relates to #80), at the same time the umbrella is meant exclusively as a local and testing playground. So, to summarize: enabling TLS for all component has not a good effort/benefit ratio
- add cx-central realm for 24.05 release (Keycloak) --> not yet used within the umbrella chart (it still uses the Rights and Roles Setup from the R24.03) just to prepare the change to R24.05
- fix sd-factory: get it working with an alias
- set passwords for keycloak admin consoles
  • Loading branch information
evegufy authored Jun 4, 2024
1 parent ab13575 commit d73bd3e
Show file tree
Hide file tree
Showing 14 changed files with 10,437 additions and 396 deletions.
7 changes: 4 additions & 3 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sources:
- https://github.com/eclipse-tractusx/tractus-x-umbrella

type: application
version: 0.15.4
version: 0.16.0

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand Down Expand Up @@ -57,10 +57,11 @@ dependencies:
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.2
# sd-factory
- condition: sdfactory.enabled
- condition: selfdescription.enabled
name: sdfactory
alias: selfdescription
repository: https://eclipse-tractusx.github.io/charts/dev
version: 2.1.12
version: 2.1.19
# miw
- name: managed-identity-wallet
repository: https://eclipse-tractusx.github.io/charts/dev
Expand Down
Loading

0 comments on commit d73bd3e

Please sign in to comment.