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

Apparently the list of privs we had equals "ALL" #6

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Apparently the list of privs we had equals "ALL" #6

merged 1 commit into from
Nov 6, 2023

Conversation

tun0
Copy link
Contributor

@tun0 tun0 commented Nov 2, 2023

Which in turn led to perma-diffs:

      ~ privileges = [
          - "ALL PRIVILEGES",
          + "ALTER",
          + "ALTER ROUTINE",
          + "CREATE",
          + "CREATE ROUTINE",
          + "CREATE TEMPORARY TABLES",
          + "CREATE VIEW",
          + "DELETE",
          + "DROP",
          + "EVENT",
          + "EXECUTE",
          + "INDEX",
          + "INSERT",
          + "LOCK TABLES",
          + "REFERENCES",
          + "SELECT",
          + "SHOW VIEW",
          + "TRIGGER",
          + "UPDATE",
        ]

@tun0 tun0 requested a review from a team as a code owner November 2, 2023 13:58
Copy link

@drsherluck drsherluck left a comment

Choose a reason for hiding this comment

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

xD

@tun0 tun0 merged commit 58b5369 into main Nov 6, 2023
2 checks passed
@tun0 tun0 deleted the rw-priv branch November 6, 2023 10:04
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.

2 participants