-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add strong password related configs #15675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/conf/ConfigNodeDescriptor.java
Outdated
Show resolved
Hide resolved
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #15675 +/- ##
============================================
- Coverage 38.97% 38.93% -0.04%
Complexity 198 198
============================================
Files 4874 4876 +2
Lines 317036 317381 +345
Branches 39949 40007 +58
============================================
+ Hits 123554 123586 +32
- Misses 193482 193795 +313 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/utils/DataNodeAuthUtils.java
Outdated
Show resolved
Hide resolved
# Conflicts: # integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/tablemodel/manual/AbstractPipeTableModelDualManualIT.java # integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeExtractorIT.java # integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java # integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/AbstractPipeDualTreeModelManualIT.java # integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/AbstractSubscriptionTripleIT.java
|




This PR adds the infrastructure that can be used to enable security constraints over password.