Miciah Dashiel Butler Masters
Miciah Dashiel Butler Masters
https://github.com/openshift/api/compare/58da6c8c1090bcc312e8f1bd3d8bca87cd47227d..eba1e60731dc58f0c314e2ef10ed38dd3f528c00 dropped X448. Was that intentional, perhaps because Go's crypto/tls package doesn't include support? Do we have agreement from stakeholders that the current set of curves is sufficient? https://github.com/openshift/api/blob/eba1e60731dc58f0c314e2ef10ed38dd3f528c00/config/v1/types_tlssecurityprofile.go#L205-L224
/assign
Cc'ing author and reviewers from the reverted PR: /cc @candita /cc @alebedev87 /cc @JoelSpeed
> BTW, this has no EP linked, is there any EP? Yes: https://github.com/openshift/enhancements/blob/master/enhancements/ingress/dynamic-config-manager.md Should I update the PR with a reference?
Well, `features/features.go` links to PRs; https://github.com/openshift/enhancements/pull/1687 is the PR for the EP.
[ci/prow/verify](https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_api/2621/pull-ci-openshift-api-master-verify/1999219695512719360) failed: ```text panic: FeatureGate/IngressControllerDynamicConfigurationManager enhancementPR format is incorrect; must be like https://github.com/openshift/enhancements/pull/#### or https://github.com/kubernetes/enhancements/issues/#### ``` https://github.com/openshift/api/compare/053d7dc9eb425a835f21f151558ea7f2eb26b064..845ec5ef5e49ef176ee0567fa3d6c5f3d35ecb38 updates the link to point to the PR instead.
https://github.com/openshift/api/compare/845ec5ef5e49ef176ee0567fa3d6c5f3d35ecb38..67eebfa88243d2390b5873c33d68e44eec5c2b2c rebases to resolve a conflict from #2451.
/pipeline required
[e2e-aws-ovn-techpreview failed](https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_api/2621/pull-ci-openshift-api-master-e2e-aws-ovn-techpreview/2008226880968200192) because `[sig-network] Services should have session affinity timeout work for NodePort service [LinuxOnly]` failed: ```text { fail [k8s.io/kubernetes/test/e2e/network/service.go:2273]: Interrupted by User} ``` Enabling the DCM featuregate should not...