xiaozhihong created IOTDB-2760:
----------------------------------
Summary: Ordinary users do not grant any permissions, but can
still show operations
Key: IOTDB-2760
URL: https://issues.apache.org/jira/browse/IOTDB-2760
Project: Apache IoTDB
Issue Type: Improvement
Components: Core/Server
Reporter: xiaozhihong
Assignee: Steve Yurong Su
{code:java}
[xzh@i-s9p350bm apache-iotdb-0.13.0-SNAPSHOT-all-bin]$ ./sbin/start-cli.sh -u
user01 -pw pass1234
---------------------
Starting IoTDB Cli
---------------------
_____ _________ ______ ______
|_ _| | _ _ ||_ _ `.|_ _ \
| | .--.|_/ | | \_| | | `. \ | |_) |
| | / .'`\ \ | | | | | | | __'.
_| |_| \__. | _| |_ _| |_.' /_| |__) |
|_____|'.__.' |_____| |______.'|_______/ version 0.13.0-SNAPSHOT
IoTDB> login successfully
IoTDB> show storage group
+-------------+
|storage group|
+-------------+
| root.sg|
| root.d1|
+-------------+
Total line number = 2
It costs 0.043s
IoTDB> show timeseries
16:55:46.511 [main] DEBUG org.apache.iotdb.rpc.AutoResizingBuffer -
org.apache.iotdb.rpc.AutoResizingBuffer@6a78afa0 expand from 1024 to 2218,
request: 2218
+-------------+-----+-------------+--------+--------+-----------+----+----------+
| timeseries|alias|storage
group|dataType|encoding|compression|tags|attributes|
+-------------+-----+-------------+--------+--------+-----------+----+----------+
|root.sg.d1.p3| null| root.sg| FLOAT| GORILLA| SNAPPY|null|
null|
|root.sg.d1.p4| null| root.sg| BOOLEAN| RLE| SNAPPY|null|
null|
{code}
There are no restrictions on show permissions currently.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)