mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-11 22:28:57 +10:00
* Add test for http->https redirects This makes sure that when we're handling http->https redirects like letsencrypt/boulder would for acme HTTP-01 validations Signed-off-by: Daniel Morsing <dmo@jetstack.io> * add initial TLS cert in hopes that this will make the TLS redirect work Signed-off-by: Daniel Morsing <dmo@jetstack.io> * make nginx-ingress not cheat on redirects Signed-off-by: Daniel Morsing <dmo@jetstack.io> * skip test until nginx-ingress is fixed Signed-off-by: Daniel Morsing <dmo@jetstack.io> * run bazel update Signed-off-by: Daniel Morsing <dmo@jetstack.io> * gofmt Signed-off-by: Daniel Morsing <dmo@jetstack.io> * reenable no-tls-redirects Signed-off-by: Daniel Morsing <dmo@jetstack.io>