Alibaba Cloud — AccessKey
alibaba/cloud · version 1
envs add alibaba/cloud
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
ALIBABA_CLOUD_ACCESS_KEY_ID |
required | secret | Alibaba warns about hard-coding the AccessKey without splitting the warning between the two halves, so neither half is treated as public here.. where to get it |
ALIBABA_CLOUD_ACCESS_KEY_SECRET |
required | secret | The other half. Setting both makes them the default credential in Alibaba's provider chain.. where to get it |
ALIBABA_CLOUD_SECURITY_TOKEN |
optional | secret | Set all three and the chain uses a temporary STS credential instead, which expires on its own.. where to get it |