You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
There are a few issues blocking the ability to use the Paketo CA Certificates mechanism with Spring Native images.
The CA Certificates buildpack is indeed missing from the Paketo Java Native Image buildpack. It was removed in an earlier version for compatibility reasons. I've created an issue to see if it can be restored now.
If the CA Certificates buildpack is available, it does not appear that the Paketo GraalVM buildpack will do what is necessary to provide the certificates to GraalVM at native build time. I've create an issue to explore this in the GraalVM buildpack.
Finally, the CA Certificates buildpack relies on CNB Bindings to provide the location of certificates to the buildpack. Spring Boot 2.4, which is the latest version currently supported by Spring Native, does not have a way to configure bindings in the Maven plugin spring-boot:build-image goal or the Gradle plugin bootBuildImage task. This ability will be available in Spring Boot 2.5.
Hi,
given I develop applications for internal tooling, I have to deal with certificates signed by a private CA. i.e. for
*.net
adresses.For "regular" images, I would add those CAs via
RUN keytool -importcert -file ...
How would I do this for native images? Is this currently supported?
I found following so far:
Am I approaching this wrong or is that something currently not covered by any of those native-image approaches?
The text was updated successfully, but these errors were encountered: