-
Notifications
You must be signed in to change notification settings - Fork 574
apiserver: make note of the supported tls profiles #508
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
// Intermediate profiles are currently supported, and the maximum available MinTLSVersions | ||
// is VersionTLS12. | ||
// +optional | ||
TLSSecurityProfile *TLSSecurityProfile `json:"tlsSecurityProfile,omitempty"` |
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.
please document that in TLSSecurityProfile too.
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.
done
// - ECDHE-ECDSA-AES128-GCM-SHA256 | ||
// minTLSVersion: TLSv1.1 | ||
// | ||
// NOTE: Currently unsupported. |
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.
unsupported or rejected?
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.
I think unsupported is the better wording since IngressControllerSpec
will not reject it AFAIK, but does not support it (I believe they just fall back to Intermediate). We would reject it in the APIServer configuration, and the reason is the same with ingress - the components that would react to such configuration cannot process TLSv1.3.
config/schemapatch/0000_03_authorization-openshift_01_rolebindingrestriction.crd.yaml
Outdated
Show resolved
Hide resolved
/hold |
/hold cancel |
@damemi this is fun: |
/test verify |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stlaz, sttts 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 |
Am I understanding this, or does the generator assume that a directory string starting with |
:D |
Issue opened here: kubernetes-sigs/controller-tools#357 |
hello @stlaz , @sttts , api/config/v1/types_tlssecurityprofile.go Lines 17 to 18 in 926605d
We've got a bug about this: |
@orenc1 https://issues.redhat.com//browse/OCPBUGS-37706 Edit: Found an even better issue: https://issues.redhat.com/browse/OCPBUGS-57313 |
No description provided.