Remove OpenIdAuthorizer and OpenID authentication dependencies by HTHou · Pull Request #17320 · apache/iotdb
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 1.1k
Merged
Conversation
Copy link
Contributor
HTHou
commented
Mar 19, 2026
HTHou
commented
Summary
- remove the
OpenIdAuthorizerimplementation and its dedicated DataNode tests - drop the ConfigNode login special case for OpenID users and fall back to the standard permission lookup path
- remove OpenID-related configuration entries and JWT/OIDC dependencies from module and root Maven metadata
- update
dependencies.jsonandLICENSE-binaryto match the reduced dependency set
Testing
mvn clean verify -DskipTests -P enable-sbom-check
HTHou added 2 commits
March 19, 2026 18:03Copy link
sonarqubecloud
bot
commented
Mar 19, 2026
sonarqubecloud bot commented
Mar 19, 2026
Quality Gate passed
Issues


Measures



Copy link
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 39.89%. Comparing base (278b05b) to head (4c7726e).
⚠️ Report is 5 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@ ## master #17320 +/- ## ========================================== Coverage 39.89% 39.89% Complexity 312 312 ========================================== Files 5117 5116 -1 Lines 344511 344398 -113 Branches 43894 43886 -8 ========================================== - Hits 137448 137407 -41 + Misses 207063 206991 -72
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
jt2594838
deleted the
codex/remove-openidauthorizer-and-deps
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
