-
-
Notifications
You must be signed in to change notification settings - Fork 7
Make RSA key length configurable #506
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
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.
Thanks!
Co-authored-by: Sebastian Bernauer <[email protected]>
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 otherwise
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.
A few notes and questions.
Co-authored-by: Sebastian Bernauer <[email protected]>
…ackabletech/secret-operator into feat/make-tls-key-length-configurable
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, thanks!
Co-authored-by: Sebastian Bernauer <[email protected]>
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 to me, but please address @Techassi comments
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, mostly minor comments.
Co-authored-by: Techassi <[email protected]>
…ackabletech/secret-operator into feat/make-tls-key-length-configurable
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, one nit.
rust/operator-binary/src/crd.rs
Outdated
#[serde(rename_all = "camelCase")] | ||
pub enum CertificateKeyGeneration { | ||
Rsa { | ||
/// The amount of bits used for generating the RSA keypair. |
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.
nit: Use "key pair".
/// The amount of bits used for generating the RSA keypair. | |
/// The amount of bits used for generating the RSA key pair. |
Beware: This requires a make regenerate-chart
Description
This is currently just a "pass-through" for the key length. The RSA / Key length structs could be moved into their own submodule, but since the whole part will be reworked with the operator-rs functionality, this was not done here.
Definition of Done Checklist