Hi everybody, I'm currently running hydra in http mode behind my a Kong Api Gateway who takes care to provide https termination.
Now I have to manage Secure / SameSite cookies and reading docs the only way is to add TLS termination to Hydra, but this seems not to be manageable with my kong proxy since it expect http schema and a."X-Forwarded-Proto" I cannot force without an https endpoint. I'm running a quite old (1.0.1) Hydra version, which should be the proper way to proceed? is there a way to have hydra expose a real https endpoint ?