I need some assistance with an issue we are facing. Our Spring Boot application sends a post request to an external service. However, we recently enabled SSL on that external service, which is now causing the Spring Boot application to throw an SSL error.
Is there any possible way to import the root certificate globally on all pods? Any help would be appreciated.
in my opinion, as cluster admin, dev teams should take the responsability to manage their applications from begin to end of their lifecycle.
I don’t know SpringBoot but if it looks for a jks in a default location, you could inject an init container to your apps, copying a jks from an external source to a volume mounted at the fixed path