Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prowler.com/llms.txt

Use this file to discover all available pages before exploring further.

Prowler for Scaleway scans IAM resources in your Scaleway organization for security misconfigurations. The current release ships one check that flags API keys still owned by the account root user.

Prerequisites

  1. A Scaleway organization with IAM access.
  2. A Scaleway API key with at least the IAMReadOnly policy bound to a dedicated IAM user (do not use the account root user).
  3. Your organization ID (visible at the top right of the Scaleway console).

Authentication

Prowler authenticates to Scaleway with a Scaleway API key. See Scaleway Authentication in Prowler for the full setup, environment variables, CLI flags, and required permissions.

Run a scan

export SCW_ACCESS_KEY="SCW..."
export SCW_SECRET_KEY="..."
export SCW_DEFAULT_ORGANIZATION_ID="..."

prowler scaleway
To run only the IAM root-key check:
prowler scaleway --check iam_api_keys_no_root_owned

Checks shipped

Check IDSeverityDescription
iam_api_keys_no_root_ownedCriticalFails when any Scaleway IAM API key is still owned by the account root user.