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

[jira] [Assigned] (IOTDB-2902) Handling user privileges for aligned timeseries related features

     [ https://issues.apache.org/jira/browse/IOTDB-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xiaozhihong reassigned IOTDB-2902:
----------------------------------

    Assignee: 张洪胤  (was: Steve Yurong Su)

> Handling user privileges for aligned timeseries related features
> ----------------------------------------------------------------
>
>                 Key: IOTDB-2902
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2902
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Server
>    Affects Versions: master branch, 0.13.0
>            Reporter: xiaozhihong
>            Assignee: 张洪胤
>            Priority: Blocker
>              Labels: pull-request-available
>         Attachments: image-2022-04-13-13-58-07-329.png, image-2022-04-14-12-12-30-563.png
>
>
> step 1: start iotdb
> step 2:root enter cli
> {code:java}
> create storage group root.line1;
> create storage group root.line2;
> create timeseries root.line1.wf01.wt01.temperatures with datatype=float,encoding=rle;{code}
> {code:java}
> create user user01 'pass1234'; 
> grant user user01 privileges insert_timeseries on root.line1;{code}
> step 3: user01 enter cli
> {code:java}
> insert into root.line1.wf01.wt01(time,temperatures) aligned values(1,1),(2,1),(3,1); {code}
> Then reported no privileges:
> !image-2022-04-13-13-58-07-329.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)