mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Update Scaleway setup docs (#1889)
This commit is contained in:
parent
f1f676b75e
commit
ad53c69f71
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
### Configuration file
|
### Configuration file
|
||||||
|
|
||||||
Algo requires an API key from your Scaleway account to create a server.
|
Algo requires an API key from your Scaleway account to create a server.
|
||||||
The API key is generated by going to your Scaleway credentials at [https://console.scaleway.com/account/credentials](https://console.scaleway.com/account/credentials), and then selecting "Generate new token" on the right side of the box labeled "API Tokens".
|
The API key is generated by going to your Scaleway credentials at [https://console.scaleway.com/project/credentials](https://console.scaleway.com/project/credentials), and then selecting "Generate new API key" on the right side of the box labeled "API Keys".
|
||||||
|
You'll be ask for to specify a purpose for your API key before it is created. You will then be presented and "Access key" and a "Secret key".
|
||||||
|
|
||||||
Enter this token when Algo prompts you for the `auth token`.
|
Enter the "Secret key" when Algo prompts you for the `auth token`. You won't need the "Access key".
|
||||||
This information will be pass as the `algo_scaleway_token` variable when asked for in the Algo prompt.
|
This information will be pass as the `algo_scaleway_token` variable when asked for in the Algo prompt.
|
||||||
|
|
||||||
Your organization ID is also on this page: https://console.scaleway.com/account/credentials
|
Your organization ID is also on this page: https://console.scaleway.com/account/credentials
|
||||||
|
|
Loading…
Add table
Reference in a new issue