다음을 통해 공유


SessionRegistryCredentials interface

Session pool private registry credentials.

Properties

identity

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

The name of the secret that contains the registry login password

server

Container registry server.

username

Container registry username.

Property Details

identity

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'

identity?: string

Property Value

string

passwordSecretRef

The name of the secret that contains the registry login password

passwordSecretRef?: string

Property Value

string

server

Container registry server.

server?: string

Property Value

string

username

Container registry username.

username?: string

Property Value

string