OperationalizationClusterCredentials interface
Credentials to resources in the cluster.
Properties
| app |
Credentials for Azure AppInsights. |
| container |
Credentials for Azure Container Registry. |
| container |
Credentials for Azure Container Service. |
| service |
Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. |
| ssl |
The SSL configuration for the services. |
| storage |
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