Managed Identity
Azure Managed Identity provides an automatically managed identity in Azure AD for applications to use when connecting to resources that support Azure AD authentication.
Example yaml file:
apiVersion: azure.boundless.software/v1alpha1
kind: ManagedIdentities
metadata:
name: managed-identity-sample
spec:
provider:
region: "eastus"
resourceGroup: "my-resource-group"
tags:
environment: "production"
department: "engineering"
project: "example-project"
Inputs
Name | Type | Description |
---|---|---|
provider* | AzureProviderSpec | Provider specifies the Azure provider settings. |
resourceGroup* | string | The resource group for the Managed Identity resource. |
tags | map[string]*string | Tags to apply to the Managed Identity resource. |
Outputs
Name | Type | Description |
---|---|---|
condition | metav1.Condition | Current condition of the Managed Identity resource. |
name | string | Name of the Managed Identity resource. |
id | string | ID of the Managed Identity resource. |
Previous
<< Virtual NetworkNext
AKS >>