cloudfoundry / java-buildpack-client-certificate-mapper

Apache License 2.0
2 stars 9 forks source link

Debug #1

Closed jedjebari closed 6 years ago

jedjebari commented 7 years ago

Hi

Is there a way to debug what's happening ? I tried to use the mapper feature but still have an exception with restTemplate.

Can you confirm I have to activate the mapper with JBP_CONFIG_CONTAINER_CERTIFICATE_TRUST_STORE ?

Edit : I'm using the java buildpack #4.3, and the mapper is well loaded :

-----> Downloading Client Certificate Mapper 1.1.0_RELEASE from https://java-buildpack.cloudfoundry.org/client-certificate-mapper/client-certificate-mapper-1.1.0_RELEASE.jar (found in cache)

Thanks Jerome

nebhale commented 7 years ago

Note the configuration you've listed is CONTAINER_CERTIFICATE_TRUST_STORE which is not the Client Certificate Mapper. The Client Certificate Trust Store has been replaced by the Container Security Provider.