apache / seatunnel

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

[Feature][Rest-API] Add token authentication when calling API #8096

Open Xuzhengz opened 4 days ago

Xuzhengz commented 4 days ago

Search before asking

Description

Add token authentication when calling API

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

Xuzhengz commented 4 days ago

cc

liunaijie commented 3 days ago

Hi @Xuzhengz How do the ST server verify the token is right or not, base on what's information? Is there need a api to generate the token first, if yes, same question how and base on what's information? Do we need import other components?