Authentication
The details to authenticate access to the registry.
Set credentials when the registry requires login to pull images. Credentials are only written for enabled registries when both username and password are provided.
Properties
Username
Registry username.
The account name or token username accepted by the registry.
- Data type: string
- Configuration
- Optional
CLI: (cli)> config compute image registry <index> auth username
Password
Registry password.
The password or access token for the registry account. This value is stored as a private field.
- Data type: string
- Configuration
- Optional
CLI: (cli)> config compute image registry <index> auth password
