EncryptionSettings Class

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

Constructor

EncryptionSettings(*args: Any, **kwargs: Any)

Variables

Name Description
container_app_auth_encryption_secret_name
str

The secret name which is referenced for EncryptionKey.

container_app_auth_signing_secret_name
str

The secret name which is referenced for SigningKey.

Attributes

container_app_auth_encryption_secret_name

The secret name which is referenced for EncryptionKey.

container_app_auth_encryption_secret_name: str | None

container_app_auth_signing_secret_name

The secret name which is referenced for SigningKey.

container_app_auth_signing_secret_name: str | None