-
Feature
-
Resolution: Unresolved
-
Major
-
3.3.0.GA
-
False
-
None
-
False
-
-
We can mount the public certificates into the Workspace pod by following this chapter of documentation:
While these certificates gets mounted into the /public-certs location in the Workspace pod, they are not automatically added into the java truststore. It seems they are added into the java truststore automatically only in community UDI, not in a product one. This would be sensible default behaviour which would simplify integration with any external system at customer's environment, such as Artifactory/Nexus.
Right now, the process for importing certificates into tooling container java truststore is fairly manual:
ACTUAL BEHAVIOUR:
Public certificates are mounted into the Workspace pod, but are not added to the Java truststore automatically
EXPECTED BEHAVIOUR:
Public certificates are mounted into the Workspace pod AND they are automatically imported into the java truststore.