starrocks icon indicating copy to clipboard operation
starrocks copied to clipboard

Show grants in version 2.3 can't display authentication information

Open wangsimo0 opened this issue 1 year ago • 1 comments

Enhancement

In version 2.3, the show grants command can't display authentication information anymore. We need another way to check those information.

wangsimo0 avatar Aug 11 '22 02:08 wangsimo0

show authentication; display authentication information for the user. show all authentication; display all authentication information. The required privilege will be identical to show all grants. show authentication for <user_name>; display all authentication information. The required privilege will be identical to show grants for <user_name>;.

wangsimo0 avatar Aug 11 '22 02:08 wangsimo0