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).

  1. Create a policy in Scaleway

    1. Create a read only policy in Scaleway console

    2. Create a first rule with Access to Organization features scope, then add following permissions sets OrganizationReadOnly, ProjectReadOnly, IAMReadOnly

    3. Create a second rule with Access to resources set to All current and future projects, then add the following permission set AllProductsReadOnly

  2. Create an application in Scaleway console and attach your read only policy

  3. Create your Scaleway API Key

    1. Create an API Key in Scaleway console linked to your application

    2. 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.

    3. Pass the access key to the CLI with the --scaleway-access-key parameter.

  4. Get your organization name from Scaleway console and pass it via CLI with the --scaleway-org parameter.