-
Notifications
You must be signed in to change notification settings - Fork 4
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
[RELEASE-1.14] Incorporate upstream encryption changes to Serving #702
[RELEASE-1.14] Incorporate upstream encryption changes to Serving #702
Conversation
/test 415-test-e2e-tls-aws-415 |
/test 415-test-e2e-tls-aws-415 |
/test 415-test-e2e-tls-aws-415 |
export CA_CERT=ca-cert | ||
# This needs to match $san from test/config/tls/generate.sh | ||
export SERVER_NAME=knative.dev | ||
fi | ||
} | ||
|
||
function run_e2e_tests(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious if you want to enable tests from ./test/e2e/systeminternaltls
or what's the plan for those tests? I want to add the test for certificate rotation there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, I'll take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see if that works out. We'll need patches for the tests, as OCP is a bit different. But we need to wait for knative#15217, otherwise we'll have to do it twice.
/test 415-test-e2e-tls-aws-415 |
1 similar comment
/test 415-test-e2e-tls-aws-415 |
Not sure if we really have test failures, IMHO we just time out:
|
/unhold |
/hold we need #732 first (as it changes the patch). |
LGTM |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ReToCode, skonto 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 |
/unhold |
ff14af6
into
openshift-knative:release-v1.14
Fixes JIRA https://issues.redhat.com/browse/SRVKS-1198
Changes
ENABLE_INTERNAL_TLS
->ENABLE_TLS
cluster-local-domain-tls
andsystem-internal-tls
clusterlocaldomaintls
andsysteminternaltls
Patches will be ported to main on a separate PR.