Scaleway
Store Scaleway Container Registry Credentials
Store Scaleway API credentials for container registry access
POST
Path Parameters
string
required
The UUID of the organization
Authorization
Requiresmanage_integration permission on the organization.
Request Body
string
required
The UUID of the CybeDefend project to associate the credentials with
string
required
Scaleway region where the container registry is hosted. One of:
fr-par, nl-ams, pl-wawstring
required
The name of the Scaleway Container Registry namespace
string
required
Scaleway API secret key for authentication
string
Optional description to identify this credential
Response
Returns the stored credential details (secret key is not included in the response).boolean
Whether the request succeeded
object
Credentials are validated against the Scaleway API before being stored. If the secret key is invalid or the namespace does not exist, the request will fail with a
400 Bad Request error.