Registries
Create registry
Adds a new private container registry. The secret is encrypted at rest using AES-256-GCM. Requires Admiral license and admin role. API tokens receive SCOPE_DENIED.
post/api/registries
Request body
Example request
{
"name": "GitHub Container Registry",
"url": "ghcr.io",
"username": "my-user",
"aws_region": "us-east-1"
}Response
Registry created.