diff --git a/content/docs/tutorials/saladcloudapikey.md b/content/docs/tutorials/saladcloudapikey.md new file mode 100644 index 0000000..31d2c2b --- /dev/null +++ b/content/docs/tutorials/saladcloudapikey.md @@ -0,0 +1,31 @@ +--- +title: SaladCloud +--- + +*This tutorial provides step-by-step instructions on how to rotate a SaladCloud API key.* + +--- + +## Generate a new SaladCloud API Key + +### Step 1 - Navigate to the API Access page +The API Access page is located at https://portal.salad.com/api-key. Alternatively, manually open the [SaladCloud Portal](https://portal.salad.com), login, click the account menu in the top right of the page, and click the "API Access" link. +![](/images/saladcloudapikey/1.png) + +### Step 2 - Generate a new API Key +#### 2a. Click on the `Change API Key` button under the current API key. +![](/images/saladcloudapikey/2.png) +#### 2b. Select the `Now` option from the `Current API Key Expiration Date` dropdown to immediately revoke the current API key. +![](/images/saladcloudapikey/3.png) +#### 2c. Select the `Change API Key` button. +![](/images/saladcloudapikey/4.png) + +--- + +## Replace the Leaked SaladCloud API Key +Replace the leaked SaladCloud API Key with the new one in all impacted applications and services. + +--- + +## Resources +- [SaladCloud API Documentation](https://docs.salad.com/api-usage) diff --git a/themes/compose/static/images/saladcloudapikey/1.png b/themes/compose/static/images/saladcloudapikey/1.png new file mode 100644 index 0000000..59a6c22 Binary files /dev/null and b/themes/compose/static/images/saladcloudapikey/1.png differ diff --git a/themes/compose/static/images/saladcloudapikey/2.png b/themes/compose/static/images/saladcloudapikey/2.png new file mode 100644 index 0000000..2fddda3 Binary files /dev/null and b/themes/compose/static/images/saladcloudapikey/2.png differ diff --git a/themes/compose/static/images/saladcloudapikey/3.png b/themes/compose/static/images/saladcloudapikey/3.png new file mode 100644 index 0000000..597ab00 Binary files /dev/null and b/themes/compose/static/images/saladcloudapikey/3.png differ diff --git a/themes/compose/static/images/saladcloudapikey/4.png b/themes/compose/static/images/saladcloudapikey/4.png new file mode 100644 index 0000000..44991ec Binary files /dev/null and b/themes/compose/static/images/saladcloudapikey/4.png differ