You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Tree/Tools-System/CLI_apache.md
+1-110Lines changed: 1 addition & 110 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,117 +133,8 @@ Special commands of Cli are below.
133
133
|`help`| Get hints for CLI special commands |
134
134
|`exit/quit`| Exit CLI |
135
135
136
-
### 2.4 Note on using the CLI with OpenID Connect Auth enabled on Server side
137
136
138
-
Openid connect (oidc) uses keycloack as the authority authentication service of oidc service
139
-
140
-
141
-
#### configuration
142
-
143
-
The configuration is located in iotdb-system.properties , set the author_provider_class is org.apache.iotdb.commons.auth.authorizer.OpenIdAuthorizer Openid service is enabled, and the default value is org.apache.iotdb.db.auth.authorizer.LocalFileAuthorizer Indicates that the openid service is not enabled.
7、Click the newly created user ID, click the credentials navigation, enter the password and close the temporary option. The configuration of keycloud is completed
9、 Enter `iotdb_admin` in the Role Name and click the save button. Tip: `iotdb_admin` here cannot be any other name, otherwise even after successful login, you will not have permission to use iotdb's query, insert, create database, add users, roles and other functions
Among them, you need to replace {my access token} (note, including {}) with your token, that is, the value corresponding to access_token. The password is empty and needs to be confirmed again.
The interesting part here is the access token with the key `access_token`.
244
-
This has to be passed as username (with parameter `-u`) and empty password to the CLI.
245
-
246
-
### 2.5 Batch Operation of Cli
137
+
### 2.4 Batch Operation of Cli
247
138
248
139
-e parameter is designed for the Cli/shell tool in the situation where you would like to manipulate IoTDB in batches through scripts. By using the -e parameter, you can operate IoTDB without entering the cli's input mode.
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Tree/Tools-System/CLI_timecho.md
+1-110Lines changed: 1 addition & 110 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,117 +119,8 @@ Special commands of Cli are below.
119
119
|`help`| Get hints for CLI special commands |
120
120
|`exit/quit`| Exit CLI |
121
121
122
-
## 4. Note on using the CLI with OpenID Connect Auth enabled on Server side
123
122
124
-
Openid connect (oidc) uses keycloack as the authority authentication service of oidc service
125
-
126
-
127
-
#### configuration
128
-
129
-
The configuration is located in iotdb-system.properties , set the author_provider_class is org.apache.iotdb.commons.auth.authorizer.OpenIdAuthorizer Openid service is enabled, and the default value is org.apache.iotdb.db.auth.authorizer.LocalFileAuthorizer Indicates that the openid service is not enabled.
7、Click the newly created user ID, click the credentials navigation, enter the password and close the temporary option. The configuration of keycloud is completed
9、 Enter `iotdb_admin` in the Role Name and click the save button. Tip: `iotdb_admin` here cannot be any other name, otherwise even after successful login, you will not have permission to use iotdb's query, insert, create database, add users, roles and other functions
Among them, you need to replace {my access token} (note, including {}) with your token, that is, the value corresponding to access_token. The password is empty and needs to be confirmed again.
The interesting part here is the access token with the key `access_token`.
230
-
This has to be passed as username (with parameter `-u`) and empty password to the CLI.
231
-
232
-
## 5. Batch Operation of Cli
123
+
## 4. Batch Operation of Cli
233
124
234
125
-e parameter is designed for the Cli/shell tool in the situation where you would like to manipulate IoTDB in batches through scripts. By using the -e parameter, you can operate IoTDB without entering the cli's input mode.
0 commit comments