Commit 1d0b33e
authored
Add strong password related configs (#15675)
* Add enforce_strong_password
* Refacotr getPasswordChangeTime
* remove unused config in CN
* fix it
* multiple fixes
* fix test
* fix its
* record password history in IoTDB time precision
* fix tests
* fix IT & error message & minimum password length
* fix tests
* spotless
* fix tests
* fix it
* fix tests
* add debug output
* fix test
* remove config entrance
* fix it
* fix test
* fix IT
* change default password
* fix tests
* format
* fix test
* format
* Create password history for the first login of an old user.
Hint the expiration time after login.
* log welcome message in jdbc
* fix tests
* fix its
* fix its
* fix tests
* fix tests
* fix tests
* fix tests
* spotless
* fix tests
* spotless
* fix tests
* fix tests
* fix tests
* spotless
* fix writing redundant password history
* fix skipped password history creation
* add HashDistributionPolicy for tests
* fix test
* fix it
* fix test
* fix test
* fix tests
* add logs
* fix test
* Fix message when password is reused shortly
* Fix cannot create password history for root
* spotless
* update default password
* fix tests1 parent ee9d7d1 commit 1d0b33e
290 files changed
Lines changed: 3404 additions & 1496 deletions
File tree
- example
- client-cpp-example/src
- jdbc/src/main/java/org/apache/iotdb
- mqtt/src/main/java/org/apache/iotdb/mqtt
- odbc
- pipe-opc-ua-sink/src/main/java/org/apache/iotdb/opcua
- rest-java-example/src/main/java/org/apache/iotdb
- schema/src/main/java/org/apache/iotdb/schema
- session/src/main/java/org/apache/iotdb
- integration-test/src
- main/java/org/apache/iotdb
- itbase/env
- it/env
- cluster
- config
- env
- node
- remote
- config
- env
- test/java/org/apache/iotdb
- cli/it
- confignode/it
- cluster
- database
- load
- partition
- procedure
- regionmigration
- pass/commit
- db/it
- aggregation
- aligned
- auth
- query
- schema
- regionscan
- selectinto
- utils
- pipe/it
- dual
- tablemodel
- manual
- basic
- enhanced
- treemodel
- auto
- basic
- enhanced
- manual
- single
- relational/it
- db/it
- insertquery
- mqtt
- query
- old/builtinfunction/scalar
- recent
- view/recent
- rest/it
- schema
- session
- session/it
- subscription/it
- dual
- treemodel
- local/tablemodel
- triple
- treemodel/regression
- pullconsumer/autocommit
- tools/it
- iotdb-client
- client-cpp
- src
- main
- test
- client-py
- iotdb
- tests/integration
- sqlalchemy
- cli/src
- main/java/org/apache/iotdb
- cli
- tool
- common
- tsfile
- subscription
- test/java/org/apache/iotdb/cli
- isession/src/main/java/org/apache/iotdb/isession
- jdbc
- src/main/java/org/apache/iotdb/jdbc
- service-rpc/src/main/java/org/apache/iotdb/rpc
- session/src
- main/java/org/apache/iotdb/session
- pool
- util
- test/java/org/apache/iotdb/session
- pool
- iotdb-core
- confignode/src
- main/java/org/apache/iotdb/confignode
- client/async
- conf
- manager
- load/balancer
- router/leader
- persistence
- service/thrift
- test/java/org/apache/iotdb/confignode
- consensus/request
- persistence
- procedure/impl/sync
- datanode/src
- main/java/org/apache/iotdb/db
- auth
- protocol
- client
- session
- thrift/impl
- queryengine/plan
- analyze
- cache/partition
- schema
- execution/config
- relational/sql/ast
- statement/sys
- storageengine/dataregion
- memtable
- utils
- test/java/org/apache/iotdb/db
- auth
- authorizer
- entity
- user
- protocol/rest
- security/encrypt
- metrics/interface/src
- main/java/org/apache/iotdb/metrics/config
- test/java/org/apache/iotdb/metrics/config
- node-commons/src
- assembly/resources/conf
- main/java/org/apache/iotdb/commons
- auth/user
- conf
- pipe/config/constant
- utils
- test/java/org/apache/iotdb/commons/utils
- iotdb-protocol
- thrift-confignode/src/main/thrift
- thrift-datanode/src/main/thrift
- scripts
- sbin
- windows
- tools
- ops
- windows/ops
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments