Remove setup of mutual TLS authentication
scottfrederick opened this issue · 1 comments
scottfrederick commented
The Cloud Foundry Java buildpack is providing a "container security provider" that automatically sets up a Java SecurityProvider that makes mutual TLS to CredHub automatic for apps staged with the JBP. The code in Spring CredHub that reads the container cert and key to configure mutual TLS can be removed in favor of this.
scottfrederick commented
Fixed via 9ffed3d