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

Improve REVOKE command #12083

Merged
merged 1 commit into from
Jul 3, 2020
Merged

Conversation

vitlibar
Copy link
Member

@vitlibar vitlibar commented Jul 2, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category:

  • Improvement

Changelog entry:
Improves REVOKE command: now it requires grant/admin option for only access which will be revoked. For example, to execute REVOKE ALL ON *.* FROM user1 now it doesn't require to have full access rights granted with grant option.
Added command REVOKE ALL FROM user1 - it revokes all granted roles from user1.

access which will be revoked.
REVOKE ALL FROM user1 now revokes all granted roles.
@vitlibar vitlibar changed the title Improve REVOKE command: Improve REVOKE command Jul 2, 2020
@blinkov blinkov added the pr-improvement Pull request with some product improvements label Jul 2, 2020
@vitlibar vitlibar merged commit 929d652 into ClickHouse:master Jul 3, 2020
@vitlibar vitlibar deleted the improve-revoke-command branch July 3, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants