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

Cert update to 2048 bit #527

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Conversation

skordas
Copy link
Contributor

@skordas skordas commented Jan 30, 2023

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

@comet-perf-ci
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link
Member

@krishvoor krishvoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@chentex chentex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rsevilla87 rsevilla87 self-requested a review February 1, 2023 08:30
Copy link
Member

@rsevilla87 rsevilla87 left a 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 rsevilla87 self-requested a review February 1, 2023 23:39
Copy link
Member

@rsevilla87 rsevilla87 left a 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

@rsevilla87 rsevilla87 merged commit 028d42f into cloud-bulldozer:master Feb 1, 2023
@skordas skordas deleted the 2048cert branch February 2, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants