OperationalizationClusterCredentials interface

Credentials to resources in the cluster.

Properties

appInsights

Credentials for Azure AppInsights.

containerRegistry

Credentials for Azure Container Registry.

containerService

Credentials for Azure Container Service.

serviceAuthConfiguration

Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.

sslConfiguration

The SSL configuration for the services.

storageAccount

Credentials for the Storage Account.

Property Details

appInsights

Credentials for Azure AppInsights.

appInsights?: AppInsightsCredentials

Property Value

containerRegistry

Credentials for Azure Container Registry.

containerRegistry?: ContainerRegistryCredentials

Property Value

containerService

Credentials for Azure Container Service.

containerService?: ContainerServiceCredentials

Property Value

serviceAuthConfiguration

Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.

serviceAuthConfiguration?: ServiceAuthConfiguration

Property Value

sslConfiguration

The SSL configuration for the services.

sslConfiguration?: SslConfiguration

Property Value

storageAccount

Credentials for the Storage Account.

storageAccount?: StorageAccountCredentials

Property Value