未验证 提交 2bb0135a 编写于 作者: Y Yifu Zhou 提交者: GitHub

Add Authorization parameters to confignode.properties (#6985)

上级 28c338b5
......@@ -305,4 +305,31 @@ target_config_nodes=0.0.0.0:22277
# 1. strong(Default, read from the leader replica)
# 2. weak(Read from a random replica)
# Datatype: string
# read_consistency_level=strong
\ No newline at end of file
# read_consistency_level=strong
####################
### Authorization Configuration
####################
# which class to serve for authorization. By default, it is LocalFileAuthorizer.
# Another choice is org.apache.iotdb.db.auth.authorizer.OpenIdAuthorizer
# authorizer_provider_class=org.apache.iotdb.commons.auth.authorizer.LocalFileAuthorizer
# If OpenIdAuthorizer is enabled, then openID_url must be set.
# openID_url=
# admin username, default is root
# Datatype: string
# admin_name=root
# encryption provider class
# iotdb_server_encrypt_decrypt_provider=org.apache.iotdb.commons.security.encrypt.MessageDigestEncrypt
# encryption provided class parameter
# iotdb_server_encrypt_decrypt_provider_parameter=
# admin password, default is root
# Datatype: string
# admin_password=root
\ No newline at end of file
......@@ -862,14 +862,26 @@ timestamp_precision=ms
### Authorization Configuration
####################
#which class to serve for authorization. By default, it is LocalFileAuthorizer.
#Another choice is org.apache.iotdb.db.auth.authorizer.OpenIdAuthorizer
# which class to serve for authorization. By default, it is LocalFileAuthorizer.
# Another choice is org.apache.iotdb.db.auth.authorizer.OpenIdAuthorizer
# authorizer_provider_class=org.apache.iotdb.commons.auth.authorizer.LocalFileAuthorizer
# If OpenIdAuthorizer is enabled, then openID_url must be set.
# openID_url=
#If OpenIdAuthorizer is enabled, then openID_url must be set.
# admin username, default is root
# Datatype: string
# admin_name=root
# encryption provider class
# iotdb_server_encrypt_decrypt_provider=org.apache.iotdb.commons.security.encrypt.MessageDigestEncrypt
#openID_url=
# encryption provided class parameter
# iotdb_server_encrypt_decrypt_provider_parameter=
# admin password, default is root
# Datatype: string
# admin_password=root
# Cache size of user and role
# Datatype: int
......@@ -1015,14 +1027,6 @@ timestamp_precision=ms
# Datatype: long
# partition_interval=604800
# admin username, default is root
# Datatype: string
# admin_name=root
# admin password, default is root
# Datatype: string
# admin_password=root
####################
### Influx DB RPC Service Configuration
####################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册