Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enhance security by introducing credential providers Implemented the concepts of 'credentials' and 'credential providers' to eliminate the need for hardcoding access keys in the codebase. Us- ers can now securely obtain credentials via third-party SDKs, suppo- rting retrieval from services like KMS and environment variables. This enhancement aligns with best practices for cloud service interaction and adds flexibility for custom use cases. Signed-off-by: Zeyu Zhang <zhangzeyu.zzy@alibaba-inc.com> * Retrieve credentials from providers Signed-off-by: Zeyu Zhang <zhangzeyu.zzy@alibaba-inc.com> * fix: parse tuple credentials Signed-off-by: Zeyu Zhang <zhangzeyu.zzy@alibaba-inc.com> * bump version to 0.9.10 Signed-off-by: Zeyu Zhang <zhangzeyu.zzy@alibaba-inc.com> --------- Signed-off-by: Zeyu Zhang <zhangzeyu.zzy@alibaba-inc.com>
- Loading branch information