v13

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-01265409652.5 KB
registries

Configures a registry

Configures a registry. Access policy: restricted

post/registries/{id}/configure

Path parameters

idinteger required

Registry identifier

Request body

Authenticationboolean required

Is authentication against this registry enabled

Passwordstring

Password used to authenticate against this registry. required when Authentication is true

Regionstring

ECR region

TLSboolean

Use TLS

TLSCACertFileinteger[]

The TLS CA certificate file

TLSCertFileinteger[]

The TLS client certificate file

TLSKeyFileinteger[]

The TLS client key file

TLSSkipVerifyboolean

Skip the verification of the server TLS certificate

Usernamestring

Username used to authenticate against this registry. Required when Authentication is true

Example request

{
  "Password": "registry_password",
  "TLS": true,
  "Username": "registry_user"
}

Response

Success