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
Hi, could you please consider allowing the use of SSL certificates with the Secret kubernetes.io/tls type and tls.crt / tls.key as keys?
Currently the Chart requires you to do a lot of extra work and customizations around certbot. Allowing that type of cert and extracting the parts from it allows using certmanager like below. See https://cert-manager.io/docs/usage/certificate/
Thanks!
EDITED: it would be nice to just set up something like below
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Uh oh!
There was an error while loading. Please reload this page.
Hi, could you please consider allowing the use of SSL certificates with the
Secret kubernetes.io/tls
type andtls.crt
/tls.key
as keys?Currently the Chart requires you to do a lot of extra work and customizations around certbot. Allowing that type of cert and extracting the parts from it allows using certmanager like below. See https://cert-manager.io/docs/usage/certificate/
Thanks!
EDITED: it would be nice to just set up something like below
and in
values.yaml
The certificate should be easy to split via
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
....Instead we have this:
gitpod/chart/templates/proxy-deployment.yaml
Line 159 in e33ff33
** RE-EDIT: ** it doesn't even look like all the files listed here and at https://www.gitpod.io/docs/self-hosted/latest/install/configure-ingress/ are even required. They are just used here
gitpod/chart/config/proxy/lib.ssl.conf
Line 6 in 3cce30d
Only the
tls.crt
/tls.key
are requiredThe text was updated successfully, but these errors were encountered: