Hello, I’m running Ory Keto as a Docker container...
# general
b
Hello, I’m running Ory Keto as a Docker container and have followed the official Keto documentation to configure TLS for HTTPS communication (https://www.ory.sh/docs/keto/reference/configuration). However, I’m unable to establish a successful HTTPS connection. I am able to access HTTP connection only. Could someone help me troubleshoot this issue? My Configuration:
tls:
key:
path: path/to/file.pem
cert:
path: path/to/file.pem
s
There is a bug in the latest release where the TLS config is not picked up. We have a fix prepared, but it's not yet merged. You need some kind of gateway and authentication anyway, but for internal TLS you need to use some sidecar-like deployment right now.