Tianqi-Dotes opened a new issue, #12979: URL: https://github.com/apache/dolphinscheduler/issues/12979
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description This feature illustrates a condition to replace AWS access secret config with token maintenance. The reason to remove access secret is to reduce the secret leak possibility, due to many companies having many AWS, IAM accounts to maintain. ### Use case DS removes the AWS secret access config and requests a 3rd party short-lived token to access AWS cloud applications. 2 ways to maintain short-lived tokens: 1. DS request a new token from 3rd parties before executing AWS tasks or periodically requesting. 2. 3rd parties request API exposed on DS to refresh tokens. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### 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]
