Updates an existing registry configuration.
PUT/api/v1/orgs/{orgId}/containers/registries/{registryId}
Overview: Updates an existing registry configuration, applying validation and re-encryption to sensitive data.
• Uniqueness Check: Throws an exception if the updated registry name already exists in the current deployment (excluding the registry currently being modified).
• Type Validation and Requirements: Validates the specified registry type and requires both an access key and secret key for authentication.
• Supported Types: The registry type must be one of Custom, DockerHub, AzureACR, or AwsECR.
• Encryption: Sensitive data (such as password, access key, and secret key) is automatically encrypted upon update.
• Region: The configuration allows for specifying the geographical region for the registry.
Request
Responses
- 200
- 400
- 403
- 500
OK
Bad Request
Forbidden
Internal Server Error