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 onlypolicy in Scaleway consoleCreate a first rule with
Access to Organization featuresscope, then add following permissions setsOrganizationReadOnly,ProjectReadOnly,IAMReadOnlyCreate a second rule with
Access to resourcesset toAll current and future projects, then add the following permission setAllProductsReadOnly
Create an application in Scaleway console and attach your
read onlypolicyCreate 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-varparameter.Pass the
access keyto the CLI with the--scaleway-access-keyparameter.
Get your organization name from Scaleway console and pass it via CLI with the
--scaleway-orgparameter.