-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look into starting hydra with https using self certified tls #2113
Comments
@zohrehj I setup the hydra with self signed certificate, cookies set by hydra are secure. We should use https in production environment. Please refer Preparing for Production. I copied below text from hydra documentation. If you are unable to properly set up TLS Termination, you may want to set the |
our deployment uses ingress + google managed Certificates. One alternative is to incorporate a self certified certificate into the hydra initial setup and remove the flag; but it requires more investigation and testing. It is not a blocking issue, but we should look into it at some point. |
@mohangmk Please refer Hydra Configuration to configure self-signed certificate.
|
With the current setup we need to use --dangerous-use-http flag to enable calling hydra using http calls at cluster level and with the admin endpoint. The problem with this approach is that cookies set by hydra are not secure.
The text was updated successfully, but these errors were encountered: