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

added additional mariadb grant types #62545

Closed
wants to merge 1 commit into from

Conversation

ITJamie
Copy link
Contributor

@ITJamie ITJamie commented Aug 25, 2022

What does this PR do?

Adds missing mariadb grant types from long term open issue

What issues does this PR fix or reference?

Fixes: #58297

This does not solve a re-mapping logic fix that has been in an open pr (#59280) but solves the main issue with not being able to set grant types on newer mariadb servers.
long term the additional changes in 59280 is needed so that if someone attempts to use "replication client" grant it will remap to "binlog monitor" and not return a salt error for unexpected state.

however as long as the user requests the correct grant in states against the correct version this pr will work just fine.

Previous Behavior

salt would return an error as the expected grant would not exist

New Behavior

allows newer mariadb grant types

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@ITJamie ITJamie requested a review from a team as a code owner August 25, 2022 19:46
@ITJamie ITJamie requested review from whytewolf and removed request for a team August 25, 2022 19:46
@Ch3LL Ch3LL added the Sulfur v3006.0 release code name and version label Sep 27, 2022
@garethgreenaway
Copy link
Contributor

#59280 has been merged in which addresses similar issues to this PR.

@ITJamie ITJamie closed this Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sulfur v3006.0 release code name and version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Cannot add certain grants in MariaDB 10.5
3 participants