Skip to content

add another workaround for mysql_grant provider for mysql >= 8.0.27 #1542

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

Closed

Conversation

david-barbion
Copy link

Starting MySQL 8.0.27, a new privilege is added: FIREWALL_EXEMPT. When granting ALL PRIVILEGES, this new privilege is also granted.

This PR adds a new workaround for this use case.

Ref: https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#priv_firewall-exempt

@david-barbion david-barbion requested a review from a team as a code owner March 15, 2023 10:46
@CLAassistant
Copy link

CLAassistant commented Mar 15, 2023

CLA assistant check
All committers have signed the CLA.

@david-barbion
Copy link
Author

This may also address issue #1502

@david-barbion david-barbion force-pushed the fix/firewall_exempt_priv branch from bb7f79f to f221bfc Compare May 11, 2023 08:41
Starting MySQL 8.0.27, a new privilege is added: FIREWALL_EXEMPT.
When granting ALL PRIVILEGES, this new privilege is also granted.

This PR adds a new workaround for this use case.

Ref: https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#priv_firewall-exempt
@david-barbion david-barbion force-pushed the fix/firewall_exempt_priv branch from f221bfc to 47d4a33 Compare May 11, 2023 08:43
@david-barbion
Copy link
Author

FIREWALL_EXEMPT is a Mysql enterprise plugin permission that should not be available in the community edition. Closing this PR as it won't help in the globalization of the handling of permissions...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants