Skip to content

Improve REVOKE command#12083

Merged
vitlibar merged 1 commit intoClickHouse:masterfrom
vitlibar:improve-revoke-command
Jul 3, 2020
Merged

Improve REVOKE command#12083
vitlibar merged 1 commit intoClickHouse:masterfrom
vitlibar:improve-revoke-command

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