Docs
Reference

Scaleway Secret Manager

Move secrets to and from a Scaleway project.

Move secrets to and from a Scaleway project.

The connection

WhatThis provider
VendorScaleway
Keyscaleway-secret-manager
Availabilityavailable. You can connect it today.
Credential penv holdsscaleway-key
Values read backyes
Activationimmediate

What it moves

DirectionWhat it does
importReads names and values out of the store into penv.
exportWrites names and values from penv into the store.

When a written value goes live

immediate. The running app sees a new value at once.

What happens to a name that exists

DirectionPolicies you can pick
importskip_existing, new_version, fail
exportcreate_only, overwrite, overwrite_and_prune

How syncs work says what each one does.

How you connect

You paste a credential you already hold. penv seals it and never shows it again.

FieldLabelKindRequiredWhat it is
secretKeyAPI secret keysecret, masked here and sealedyesAn API secret key for a project with Secret Manager access.

What the connection asks for

Fixed when you connect, and shared by every mapping on it.

FieldLabelKindRequiredAdvancedWhat it is
regionRegionchoiceyesyesWhich region holds the secrets. A secret lives in one region only. One of Paris, Amsterdam, Warsaw. Starts at fr-par.
projectIdProject IDtextyesnoFrom the project's settings in the Scaleway console.
basePrefixBase prefixtextnoyesThe widest secret name prefix this connection may touch. Leave empty to allow any.

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
namePrefixSecret name prefixtextyesnoMaps onto this environment. Pruning deletes the secret outright.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
SecretManagerReadOnlyevery directionyesPreview cannot list what is under this prefix.
SecretManagerFullAccessexportyesExport cannot write anything.