Scaleway ConfigurationΒΆ
Follow these steps to analyze Scaleway objects with Cartography.
Important
We strongly advise to use an API Key linked to a dedicated application with restricted permissions (read-only).
Create a policy in Scaleway
Create a
read only
policy in Scaleway consoleCreate a first rule with
Access to Organization features
scope, then add following permissions setsOrganizationReadOnly
,ProjectReadOnly
,IAMReadOnly
Create a second rule with
Access to resources
set toAll current and future projects
, then add the following permission setAllProductsReadOnly
Create an application in Scaleway console and attach your
read only
policyCreate your Scaleway API Key
Create an API Key in Scaleway console linked to your application
Populate an environment variable with the
secret key
. You can pass the environment variable name via CLI with the--scaleway-secret-key-env-var
parameter.Pass the
access key
to the CLI with the--scaleway-access-key
parameter.
Get your organization name from Scaleway console and pass it via CLI with the
--scaleway-org
parameter.