Package version:

Interface SessionRegistryCredentials

Session pool private registry credentials.

interface SessionRegistryCredentials {
    identity?: string;
    passwordSecretRef?: string;
    server?: string;
    username?: string;
}

Properties

identity?: string

A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'

passwordSecretRef?: string

The name of the secret that contains the registry login password

server?: string

Container registry server.

username?: string

Container registry username.