Setting disableWorkspaceCaBundleMount: true
doesn't stop mounting certificates into /etc/pki/ca-trust/extracted/pem/
dirs
#23380
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
team/A
This team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Describe the bug
Currently certificates are mounted into
/public-certs
and/etc/pki/ca-trust/extracted/pem
dirs in userscontainers. Setting
disableWorkspaceCaBundleMount: true` should stop mounting certs into the second dir but it doesn'thttps://eclipse.dev/che/docs/stable/administration-guide/importing-untrusted-tls-certificates/
Che version
next (development version)
Steps to reproduce
/etc/pki/ca-trust/extracted/pem
dirs, observe thattls-ca-bundle.pem
has a new creation datedisableWorkspaceCaBundleMount: true
and start a workspace again, observe thattls-ca-bundle.pem
still has a new creation dateExpected behavior
Certs shouldn't be mounted into
/etc/pki/ca-trust/extracted/pem
dirRuntime
minikube
Screenshots
No response
Installation method
chectl/next
Environment
Linux
Eclipse Che Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: