Registry Credentials
Store credentials so Out Plane can pull private container images.
Registry credentials let Out Plane pull private container images when it deploys. They are stored once for your team and used across its deployments. Public images need no credentials.
Add a Credential
On the Registry credentials page under Settings, add a credential:
| Field | Notes |
|---|---|
| Name | A label for the credential, such as Docker Hub. |
| Registry URL | The registry host. Presets fill this for Docker Hub, GHCR, GitLab, Quay, Amazon ECR, and Azure. |
| Username | Your registry username or access key. |
| Password | Your registry password or access token. |
Quick fill presets for Amazon ECR and Azure are templates that you complete with your account details.
Things to Know
- Credentials are team wide. They apply to the team's deployments, not to a single app.
- The password is write only. It is never shown again after you save, so to change it, delete the credential and create a new one.
- Deleting a credential is permanent, and apps that relied on it can no longer pull from that registry.