-
Notifications
You must be signed in to change notification settings - Fork 280
K8s: Zeppelin maint 1 - INE cert changes #2424
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
base: main
Are you sure you want to change the base?
Conversation
dwdougherty
left a comment
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.
Language LGTM.
ronnybaturov-redis
left a comment
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.
Looks good, left minor comments
| </td> | ||
| <td>false</td> | ||
| </tr><tr> | ||
| <td>cpInterNodeEncryptionCertificateSecretName</td> |
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.
Can you please change this to Intenode... Instead of InterNode with a lower case N?
This was the final name which has been chosen in my PR to conform with officials docs
| </td> | ||
| <td>false</td> | ||
| </tr><tr> | ||
| <td>dpInterNodeEncryptionCertificateSecretName</td> |
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.
ditto (and many more in this PR)
| ### Prerequisites | ||
| - Internode encryption must be enabled (`dataInternodeEncryption: true`) |
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 don’t think that’s accurate. Could you provide a reference if I’m mistaken?
This feature should allow customers to use their own certificates without requiring them to use self-signed certificates first. Enabling the dataInternodeEncryption field, however, forces customers to use self-signed certificates.
| ### Prerequisites | ||
| - Internode encryption must be enabled (`dataInternodeEncryption: true`) |
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.
ditto
DOC-5988