Jzjsnow opened a new issue, #3744: URL: https://github.com/apache/amoro/issues/3744
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Currently, ams includes an APITokenManager and checks API tokens in ‘token’ authentication. However, there is no interface for users to create apiKey/secret, which makes it difficult for users to access ams via HTTP requests. Additionally, as mentioned in issue #1560, the signature algorithm is unclear in docs, and there is no interface for signature calculation verification, which makes it harder to use httpserver in ams, ### How should we improve? Add support for a API token service, including the ability to create, delete, and query API Tokens. Additionally, include the signature verification for API Tokens. ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
