Package version:

Interface EncryptionSettings

The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.

interface EncryptionSettings {
    containerAppAuthEncryptionSecretName?: string;
    containerAppAuthSigningSecretName?: string;
}

Properties

containerAppAuthEncryptionSecretName?: string

The secret name which is referenced for EncryptionKey.

containerAppAuthSigningSecretName?: string

The secret name which is referenced for SigningKey.