Helm Chart V 1.0.3
added MongoDB TLS configuration
the new values are:
tls: enabled: false # TLS is disabled by default autoGenerated: false # Standardmäßig keine auto-generierten Zertifikate existingSecret: "" # Add Custom CA certificate caCert: "" # user defined CA certificate (base64 encoded) caKey: "" # CA certificate key (base64 encoded) mode: "requireTLS" # modes: allowTLS, preferTLS, requireTLS
Please check here for creating the required secret.
Single Page Application
Breaking changes
no breaking changes in this release
Bugfixes
Backend
[Roles & Rights] - Why "dummy" permissions from deleted concept types are still in the list ???
[Guards/JavaScripts] - JavaScript length method trowing error in guard script
[Auth]: Deleting EWPs from CI Browser when token has expired
Storing External Work Products information in the DB (useable sharepoint link in audit history)
Delta Analysis does not show all differences of configuration items
[Auth]: Deleting EWPs from CI Browser when token has expired
Add Comment