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

Use the new create db option to configure spread channel #535

Closed
nyikesda opened this issue Oct 12, 2023 · 1 comment · Fixed by #536
Closed

Use the new create db option to configure spread channel #535

nyikesda opened this issue Oct 12, 2023 · 1 comment · Fixed by #536

Comments

@nyikesda
Copy link
Contributor

nyikesda commented Oct 12, 2023

In the Vertica 23.3.0-0 release a new feature is introduced which can help to configure spread channel without DB restart.

Vertica documentation about it: https://docs.vertica.com/23.3.x/en/security-and-authentication/internode-tls/control-channel-spread-tls/

Spread encryption configuration is introduced in #224 into the Operator.

It would be nice to use this new feature and configure spread encryption in create_db step and skip restart.

Could you put this on your roadmap?

@spilchen
Copy link
Collaborator

Good timing! I am currently working on this. It will be part of the next release of the operator, which is tentatively scheduled for January 2024.

spilchen pushed a commit that referenced this issue Oct 13, 2023
If spread encryption is selected in the CR, we now allow it for
vclusterops deployments. It takes advantage of a new NMA endpoint to
copy the key into the spread.conf.

I included with this change the removal of a cluster restart when
enabling spread encryption. This was first available in 23.3.0. This
change applies to admintools deployments as well as vclusterops. Older
versions of the server will continue to restart the cluster.

Closes #535
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 a pull request may close this issue.

2 participants