Search before asking
Motivation
Right now, we have multiple module might need to login with aws e.g. s3-storage, EMR task....
It's need to add an aws-authentication module to provide a service help to do the login logic.
Design Detail
- Add new module dolphinscheduler-authentication, which is a pom module.
- Add new module dolphinscheduler-aws-authentication under dolphinscheduler-authentication
- Move aws authentication code into dolphinscheduler-aws-authentication
- Move aws config into aws.yaml
Compatibility, Deprecation, and Migration Plan
Compatibility with latest version
Test Plan
Test by manual
Code of Conduct