You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/05/10 05:04:05 UTC

[iotdb] branch master updated (d6f43bc866 -> 847b8e34cc)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from d6f43bc866 Doc file update (#5027)
     add 847b8e34cc [IOTDB-2797] Use path pattern to check path in Auth (#5827)

No new revisions were added by this update.

Summary of changes:
 .../thrift/ConfigNodeRPCServiceProcessorTest.java  |  18 +-
 .../Administration-Management/Administration.md    |  63 ++++---
 .../Administration-Management/Administration.md    |  54 +++---
 .../iotdb/db/integration/IoTDBAuthorizationIT.java | 190 ++++++++++++---------
 .../commons/auth/authorizer/BasicAuthorizer.java   |  23 +--
 .../org/apache/iotdb/commons/auth/entity/Role.java |   5 +-
 .../org/apache/iotdb/commons/auth/entity/User.java |   5 +-
 .../org/apache/iotdb/commons/utils/AuthUtils.java  |  32 ++--
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |   8 +-
 9 files changed, 233 insertions(+), 165 deletions(-)