You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2022/03/24 06:42:00 UTC

[jira] [Created] (IOTDB-2797) [privilege] root.** doesn't work

刘珍 created IOTDB-2797:
-------------------------

             Summary: [privilege] root.**   doesn't work
                 Key: IOTDB-2797
                 URL: https://issues.apache.org/jira/browse/IOTDB-2797
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Server
    Affects Versions: 0.13.0
            Reporter: 刘珍
            Assignee: Steve Yurong Su
         Attachments: image-2022-03-24-14-40-26-163.png

0.13.0 rc1
给用户root.**路径对应的权限,无效。




delete storage group root.**;
drop user lily_create_trig;
create user lily_create_trig '123456';
set storage group to root.sg1;
CREATE TIMESERIES root.sg1.dev0.s_1 WITH DATATYPE=INT32, ENCODING=GORILLA;
set storage group to root.sg2;
CREATE TIMESERIES root.sg2.dev0.s_1 WITH DATATYPE=INT32, ENCODING=GORILLA;
CREATE TIMESERIES root.sg1.dev1.s_1 WITH DATATYPE=INT32, ENCODING=GORILLA;
grant user lily_create_trig privileges CREATE_TRIGGER on root.**;
list privileges user lily_create_trig on root.**;
list privileges user lily_create_trig on root.sg1;
存储组root.sg1上没有权限:
 !image-2022-03-24-14-40-26-163.png! 




--
This message was sent by Atlassian Jira
(v8.20.1#820001)