Learn how to authenticate with Infisical using Alibaba Cloud user accounts.
/api/v1/auth/alicloud-auth/login
endpoint. If successful,
then Infisical returns a short-lived access token that can be used to make authenticated requests to the Infisical API.
To be more specific:
GetCallerIdentity
request using an Alibaba Cloud user’s access key secret; this is done using an HMAC sha1 algorithm./api/v1/auth/alicloud-auth/login
endpoint.Creating an Alibaba Cloud user
Click 'Create User'
Provide User Info
Click User Row
Create Access Key
Copy Credentials
2592000
equivalent to 30 days): The lifetime for an access token in seconds. This value will be referenced at renewal time.2592000
equivalent to 30 days): The maximum lifetime for an access token in seconds. This value will be referenced at renewal time.0
): The maximum number of times that an access token can be used; a value of 0
implies an infinite number of uses.0.0.0.0/0
, allowing usage from any network address.GetCallerIdentity
request and then make a request to the /api/v1/auth/alicloud-auth/login
endpoint passing the signed data and signature.
Below is an example of how you can authenticate with Infisical using NodeJS.
7200
seconds, which can be adjusted.If an identity access token expires, it can no longer access the Infisical API. A new access token should be obtained by performing another login operation.