Make the aliyun.oss
component support EcsRamRole
; 让阿里云 OSS 组件不用配密钥
#748
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/component
priority/medium
What would you like to be added:
Make the
aliyun.oss
component supportEcsRamRole
Why is this needed:
Currently we have to write the secrets in the
config.json
to use the aliyun.oss component, see https://github.com/mosn/layotto/blob/main/configs/config_oss.jsonBut in the real world, users might use
EcsRamRole
to do authentication instead, which doesn't need the secrets. See https://partners-intl.aliyun.com/help/en/object-storage-service/latest/java-initializationSo, we need to support it.
The text was updated successfully, but these errors were encountered: