-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update cert manager on GCP example to upgrade to http by default #1463
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
Conversation
|
/lgtm Besides, I don't think we need |
|
@ZhiminXiang - I removed the redirect from the https section. |
… http section and not the https section.
|
Also - rebased the PR so that it only shows the actual commits |
|
/retest |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikehelmick, samodell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks @mikehelmick and @ZhiminXiang ! |
… http section and not the https section. (knative#1463)
Proposed Changes
The current documentation only has httpsRedirect set on the https endpoint itself. In order for the ingress to redirect all traffic to use https, the tls section with httpsRedirect: true needs to be on the http section as well.