Reference
Scaleway Secret Manager
Move secrets to and from a Scaleway project.
Move secrets to and from a Scaleway project.
The connection
| What | This provider |
|---|---|
| Vendor | Scaleway |
| Key | scaleway-secret-manager |
| Availability | available. You can connect it today. |
| Credential penv holds | scaleway-key |
| Values read back | yes |
| Activation | immediate |
What it moves
| Direction | What it does |
|---|---|
import | Reads names and values out of the store into penv. |
export | Writes 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
| Direction | Policies you can pick |
|---|---|
import | skip_existing, new_version, fail |
export | create_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.
| Field | Label | Kind | Required | What it is |
|---|---|---|---|---|
secretKey | API secret key | secret, masked here and sealed | yes | An 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.
| Field | Label | Kind | Required | Advanced | What it is |
|---|---|---|---|---|---|
region | Region | choice | yes | yes | Which region holds the secrets. A secret lives in one region only. One of Paris, Amsterdam, Warsaw. Starts at fr-par. |
projectId | Project ID | text | yes | no | From the project's settings in the Scaleway console. |
basePrefix | Base prefix | text | no | yes | The widest secret name prefix this connection may touch. Leave empty to allow any. |
What a mapping asks for
Answered once per environment you map.
| Field | Label | Kind | Required | Advanced | What it is |
|---|---|---|---|---|---|
namePrefix | Secret name prefix | text | yes | no | Maps onto this environment. Pruning deletes the secret outright. |
Permissions it needs
penv probes for these when it verifies the connection.
| Permission | Directions | Blocking | Without it |
|---|---|---|---|
SecretManagerReadOnly | every direction | yes | Preview cannot list what is under this prefix. |
SecretManagerFullAccess | export | yes | Export cannot write anything. |