I'm attempting to add a Social Login (generic, Key...
# feedback
t
I'm attempting to add a Social Login (generic, Keycloak) to my Ory project and running into an issue with Ory SaaS being able to validate my TLS certificates. I've run into this problem recently with my own self hosted things being signed by newer Let's Encrypt CAs that are not currently in Debians ca-certificates package. If by chance this was deployed with Distroless it would also have the same problem as most of the time ca-certificates is pulled in the Debian stable
h
fyi @enough-yak-81379 @famous-art-85498
e
yeah, it seems to be coming from https://github.com/GoogleContainerTools/distroless/issues/753, as we in fact do use distroless
we have no quick workaround for now, as we need to change our build procedure to ensure the certs are kept up to date regardless od distroless 🤔