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

satellites: add TLS handshake daemon for DRBD #552

Merged
merged 2 commits into from
Oct 31, 2023
Merged

satellites: add TLS handshake daemon for DRBD #552

merged 2 commits into from
Oct 31, 2023

Conversation

WanzenBug
Copy link
Member

Adds a new switch .spec.internalTLS.tlsHandshakeDaemon on the LinstorSatelliteConfiguration. If enabled, it configures another sidecar on the Satellite that runs "tlshd" with the same key material as the LINSTOR Satellite.

With this enabled, users can set "DrbdOptions/Net/tls: yes" on their storage class to enable TLS encryption for DRBD connections.

@WanzenBug WanzenBug marked this pull request as ready for review October 30, 2023 15:22
Copy link
Collaborator

@JoelColledge JoelColledge left a comment

Choose a reason for hiding this comment

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

Add a test with tlsHandshakeDaemon: true?

api/v1/tls.go Outdated Show resolved Hide resolved
api/v1/tls.go Outdated Show resolved Hide resolved
api/v1/tls.go Outdated Show resolved Hide resolved
Adds a new switch .spec.internalTLS.tlsHandshakeDaemon on the
LinstorSatelliteConfiguration. If enabled, it configures
another sidecar on the Satellite that runs "tlshd" with the
same key material as the LINSTOR Satellite.

With this enabled, users can set "DrbdOptions/Net/tls: yes" on
their storage class to enable TLS encryption for DRBD connections.

Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
@JoelColledge JoelColledge merged commit 53743da into v2 Oct 31, 2023
4 checks passed
@JoelColledge JoelColledge deleted the ktls branch October 31, 2023 09:34
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.

2 participants