Skip to content
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

Add insecureEdgeTerminationPolicy to the route-s3.yaml #879

Merged

Conversation

liranmauda
Copy link
Contributor

Explain the changes

  • Add insecureEdgeTerminationPolicy to the route-s3.yaml

https://docs.openshift.com/container-platform/4.9/rest_api/network_apis/route-route-openshift-io-v1.html

Signed-off-by: liranmauda liran.mauda@gmail.com

Issues: Fixed #xxx / Gap #xxx

  1. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2063691

Testing Instructions:

  1. on an openshift cluster path the route and see that it is not getting reconciled
oc patch route s3 -n openshift-storage --type merge -p '{"spec":{"tls":{"insecureEdgeTerminationPolicy":"Redirect","termination":"reencrypt"}}}'

@liranmauda
Copy link
Contributor Author

This PR is still draft as we need to verify the fix on an openshift cluster.
Once it is verified we can mark it as ready.

@liranmauda
Copy link
Contributor Author

Tested at Openshift Marking Ready to review

@liranmauda liranmauda marked this pull request as ready for review March 15, 2022 12:17
@liranmauda
Copy link
Contributor Author

We might want to consider changing the default to Redirect in order to redirect from http:// to https:// by default
as #430

@jackyalbo @nimrod-becker WDYT?

- Add insecureEdgeTerminationPolicy to the route-s3.yaml

Signed-off-by: liranmauda <liran.mauda@gmail.com>
@liranmauda liranmauda force-pushed the liran-insecureEdgeTerminationPolicy branch from 859a61a to 0ce6ccd Compare March 15, 2022 13:39
@liranmauda liranmauda merged commit 9982dc3 into noobaa:master Mar 15, 2022
12 checks passed
This was referenced Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants