Creating an Access Key
You can create an access key for your account. Access keys enable you to sign your API requests. At the creation of an access key, its state is automatically set to ACTIVE
, enabling it to sign requests.
When using the API, you need to get one of the access keys already created for your account from Cockpit v1 to sign your request. For more information, see Getting Information About Your Access Keys.
You can set an expiration date for your access key only when creating it through the OUTSCALE API. For more information see the OSC CLI tab below. |
Creating an Access Key Using Cockpit v1
-
Hover over your name.
A drop-down menu appears. -
Click Personal information & Access keys .
A page with your account details appears. -
Click Access keys.
The PASSWORD CONFIRMATION dialog box appears. -
Enter your current password and click Confirm.
The list of your access keys appears. -
Click Create .
A confirmation dialog box appears. -
Click Generate to validate.
The access key is created.
Creating an Access Key Using OSC CLI
See the CreateAccessKey command sample in the documentation of the OUTSCALE API. |
Related Pages
Corresponding API Methods