Hello,The doc says: "When creating a native binary, GraalVM embraces the principle of "immutable security" for the root certificates."Are there any links in the graalvm where this is discussed?
and "will ensure that the certificates of /tmp/mycerts are baked into the native binary and used in addition to the default cacerts."what that is the recommendation when running in k8s, which provides /var/run/secrets/kubernetes.io/serviceaccount/ca.crt as the list of trusted certs?
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/e8470101-6cf5-41b6-b639-4e4ec923ca16n%40googlegroups.com.
Hello,
Hi,
On Thu, Oct 22, 2020 at 8:18 PM V. Sevel <vvs...@gmail.com> wrote:
Hello,
The doc says: "When creating a native binary, GraalVM embraces the principle of "immutable security" for the root certificates."Are there any links in the graalvm where this is discussed?
I couldn't find the GraalVM documentation with a quick search, but the Quarkus doc is correct (and is a result of much debugging of GraalVM code).
The first place I found is in a comment inside the source code [1]:
/**and the second one is in GH issue [2] where the alternative of allowing a less strict "immutable security" policy is discussed.
HTH
Foivos
--
and "will ensure that the certificates of /tmp/mycerts are baked into the native binary and used in addition to the default cacerts."
what that is the recommendation when running in k8s, which provides /var/run/secrets/kubernetes.io/serviceaccount/ca.crt as the list of trusted certs?
If you want to use these certificates in a native binary, you'll need to make sure in CI pipeline to download the certificates from the Kubernetes API Server and create/add-to the truststore and configure the Quarkus build to include it.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/e8470101-6cf5-41b6-b639-4e4ec923ca16n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CALeTM-mSQ7MAzUNoA_u-%3Dub5_y_HaSnz3QKLxA_sj%2B3R85MZtg%40mail.gmail.com.
-- Foivos Zakkak Senior Software Engineer, R&D Middleware Red Hat 7B40 69D9 29BA AE91 C0B3 220A 0846 BFD1 03F0 4EA1