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

Developed the 'MariadbStartEncryptionEvent' #415

Conversation

chungeun-choi
Copy link
Contributor

Overview

MariadbStartEncryptionEvent is an event that allows checking whether the binary log events of the master server have been encrypted using a key.

The value of the 'key_version' property of the class can determine the version of the key used by the master

Development Content

  1. Development of MariadbStartEncryptionEvent Event Class

    We developed the MariadbStartEncryptionEvent class based on the specifications defined in the [link] for the Mariadb - Start Encryption Event.

  2. Testing of MariadbStartEncryptionEvent Class

    • Configured Mariadb settings for testing, including adding encryption keys and configuring settings for encrypting binary logs.
    • Defined a Mariadb container in the Docker-compose file to create the testing environment.
    • Implemented test code for the MariadbStartEncryptionEvent class in test_basic.py.

@julien-duponchelle
Copy link
Owner

Hello,

Can you solve the conflicts? I merged your previous contribution and I think it's what create the conflict.

Thanks

@chungeun-choi
Copy link
Contributor Author

Hello,

Can you solve the conflicts? I merged your previous contribution and I think it's what create the conflict.

Thanks

@julien-duponchelle Ok I'll solve it and reply, thank you for your review

@chungeun-choi
Copy link
Contributor Author

@julien-duponchelle
I solved the conflicts!!! :)

@julien-duponchelle julien-duponchelle merged commit 62a009c into julien-duponchelle:main Aug 20, 2023
4 checks passed
@julien-duponchelle
Copy link
Owner

Merged!!

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.

None yet

4 participants