-
Notifications
You must be signed in to change notification settings - Fork 12
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
start: fix start Tarantool 3 with encrypted etcd #970
start: fix start Tarantool 3 with encrypted etcd #970
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.
Thank you for the patch!
Please, add a CHANGELOG entry.
This patch fixes an incorrect SSL certificate parameter name. Closes #938
b86ad9b
to
5f05dfc
Compare
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 forgot to tell that it would also be great to write an integration test for this fix to make sure everything works well.
We don't have such integration tests now: part/full configuration is stored in an external storage. So it could be non-trivial. @patapenka-alexey please, create an issue to create integration tests: |
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.
Please, change the commit title:
start: failed to start Tarantool 3 with encrypted etcd
->
start: fix start Tarantool 3 with encrypted etcd
Oh, got it. Sorry for misleading. |
|
This patch fixes an incorrect SSL certificate parameter name.
Closes #938