apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.05k stars 1.83k forks source link

[LDAP][Seatunnel-web] Add ldap support for seatunnel web api calls #8092

Open BilwaST opened 1 day ago

BilwaST commented 1 day ago

Search before asking

Description

Currently, user authentication for API calls is handled directly through the database, where each request is verified against user credentials stored in the DB. However, integrating LDAP authentication would be a better approach. LDAP provides a centralized, more secure way to manage user credentials and access control. By offloading authentication to LDAP, we can enhance security, simplify user management, and reduce the load on our database, making the system more scalable and efficient

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct