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

hxd pushed a change to branch feature/IOTDB-700-add-openid
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 93290f6  IOTBD-700 Implemented OpenID Connect integration in IoTDB.
     add 5b462c8  add OpenIdAuthorizer into configuation file

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/3-Server/4-Config Manual.md         | 21 ++++++++++++++
 docs/zh/UserGuide/3-Server/4-Config Manual.md      | 20 ++++++++++++++
 .../resources/conf/iotdb-engine.properties         | 15 ++++++++++
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |  4 +--
 .../iotdb/db/auth/authorizer/BasicAuthorizer.java  | 32 ++++++++++++++++++++++
 .../db/auth/authorizer/LocalFileAuthorizer.java    | 25 +----------------
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 12 ++++++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  6 ++++
 .../apache/iotdb/db/mqtt/BrokerAuthenticator.java  |  4 +--
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  4 +--
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  9 +++---
 .../iotdb/db/auth/LocalFileAuthorizerTest.java     |  8 +++---
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  4 +--
 .../apache/iotdb/spark/db/EnvironmentUtils.java    |  4 +--
 14 files changed, 125 insertions(+), 43 deletions(-)

Reply via email to