You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The next zrok release can terminate TLS on the controller API/GUI and frontend.
Test as is or add the necessary input values and template conditionals to express that zrok should use a certificate provided by an issuer like Cert Manager.
Adding a CM annotation to zrok's ingress will cause the certificate to be issued, but zrok's deployments need to mount the cert when it becomes available and the zrok configs needs to use the tls: prefix and source the appropriate file paths.
The next zrok release can terminate TLS on the controller API/GUI and frontend.
Test as is or add the necessary input values and template conditionals to express that zrok should use a certificate provided by an issuer like Cert Manager.
Adding a CM annotation to zrok's ingress will cause the certificate to be issued, but zrok's deployments need to mount the cert when it becomes available and the zrok configs needs to use the
tls:
prefix and source the appropriate file paths.https://github.com/openziti/zrok/blob/v0.4.23/CHANGELOG.md?plain=1#L11
The text was updated successfully, but these errors were encountered: