-
Notifications
You must be signed in to change notification settings - Fork 74
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
Cert update to 2048 bit #527
Conversation
Can one of the admins verify this patch? |
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.
lgtm
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.
lgtm
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.
Hey @skordas, thanks for the PR!
Rather than providing our own certificate to the ingress controller I think we can use the default ingress certificates:
This can be done by creating an edge route w/o specifying any certificate information. i.e:
kind: Route
apiVersion: route.openshift.io/v1
metadata:
name: {{.name}}-{{.Replica}}
spec:
host: www.{{.name}}.example-{{.Iteration}}-{{.Replica}}.com
to:
kind: Service
name: {{.name}}-{{.Iteration}}-{{.Replica}}
tls:
termination: edge
@rsevilla87 Both success |
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.
Nice, thanks for checking. LGTM
Description
Update rsa key to 2048
Fixes
https://issues.redhat.com/browse/OCPBUGS-5521
Current certificate was generated as 1024-bit and the caCertificate was generated as 2048-bit. Both need to be 2048 to work with FIPS