CreatePrivateRegistryRequest

CreatePrivateRegistryRequest
CreatePrivateRegistryRequest

It represents the input payload for creating a new private registry

JSON Example
{
    "name": "My registry",
    "description": "Registry for storing container releases",
    "provider": "HARBOR",
    "url": "https://harbor.mydomain.com",
    "access_key": "robot$user123",
    "access_secret": "p4ssw0rd1234"
}
string
name
Required

Name of the registry

string
description
Required

Description of the registry

string
provider
Required

Provider of the registry (platform that hosts it). Supported values are: AMAZON_ELASTIC_CONTAINER_REGISTRY, HARBOR, NEXUS_CONTAINER_REGISTRY, AZURE_CONTAINER_REGISTRY, JFROG_CONTAINER_REGISTRY, GITHUB_CONTAINER_REGISTRY, GOOGLE_ARTIFACT_REGISTRY

string
url
Required

Url of the registry

string
access_key
Optional

Access key to authenticate to the registry

string
access_secret
Required

Access secret to authenticate to the registry