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

Encrypt fork files with master key and improve tests #47

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

dutow
Copy link
Collaborator

@dutow dutow commented Oct 16, 2023

Fork file encryption was missing from the previous pull requests, resulting in the server not initializing the keyring on normal executions, and because of this, missing if the keyring configuration wasn't specified at all.

Fixes #46

@dutow dutow force-pushed the empty_config branch 8 times, most recently from dc9908c to a5890f3 Compare October 17, 2023 09:49
Comment on lines 50 to 52

fprintf(stderr, "Initializing!\n");

Copy link
Member

Choose a reason for hiding this comment

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

I suppose this is a dev leftovers and can be removed

Fork file encryption was missing from the previous pull requests,
resulting in the server not initializing the keyring on normal executions,
and because of this, missing if the keyring configuration wasn't specified
at all.

Fixes percona#46
@dutow dutow merged commit e954b6b into percona:main Oct 18, 2023
3 checks passed
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.

No errors, even if user don't sepcify any Keyring configuration
2 participants