You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Alexandra Dunai (Jira)" <ji...@apache.org> on 2021/02/05 09:12:00 UTC

[jira] [Created] (IMPALA-10479) SHOW CREATE FUNCTION statements works on _impala_builtins without any privileges

Alexandra Dunai created IMPALA-10479:
----------------------------------------

             Summary: SHOW CREATE FUNCTION statements works on _impala_builtins without any privileges
                 Key: IMPALA-10479
                 URL: https://issues.apache.org/jira/browse/IMPALA-10479
             Project: IMPALA
          Issue Type: Bug
            Reporter: Alexandra Dunai
            Assignee: Fang-Yu Rao


SHOW CREATE FUNCTION round works without any privileges
(needed: SELECT, INSERT, *_or_* REFRESH - DATABASE).

Steps to recreate:
1. Enter impala-shell with user that has no privileges added.
2. Run query "SHOW CREATE FUNCTION round"

Expected result:

ERROR: AuthorizationException

Actual result:
Query works (screen-shot added)

 

Reference used: [https://impala.apache.org/docs/build/html/topics/impala_authorization.html#authorization]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)