-
Task
-
Resolution: Done
-
Major
-
None
-
3
-
False
-
-
False
-
Release Notes
-
-
Bug Fix
-
Done
-
-
Previously, the ca-certs-merged ConfigMap was not updated with the correct annotations when the spec.devEnvironments.trustedCerts.disableWorkspaceCaBundleMount field was set to true in the CheCluster CR.
Additionally when the certificates were mounted, the /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem file did not have sufficient permissions to run update-ca-trust.
With this release:
- The mounted tls-ca-bundle.pem file will now have 0444 permissions
- When the disableWorkspaceCaBundleMount field is set to true, the ca-certs-merged ConfigMap will have annotations required to mount to /public-certs.
More information about importing untrusted TLS certificates can be found in the official docs.