Create registry
POST/platform/solutions/api/v1/orgs/{orgId}/docker-settings/registries
Overview: Creates a new registry configuration with validation and encryption.
• Registry name uniqueness: Throws exception if registry name already exists in the deployment
• Registry type validation: Validates registry type and requires access key and secret key
• Registry type: One of Custom, DockerHub, AzureACR and AwsECR
• Encryption: Encrypts sensitive data (password, access key, access secret key)
• Region: Specifies the region for the registry
Request
Responses
- 200
- 400
- 500
OK
Bad Request
Internal Server Error