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


NameTypeDescription
provider*AzureProviderSpecProvider specifies the Azure provider settings.
resourceGroup*stringThe resource group for the Managed Identity resource.
tagsmap[string]*stringTags to apply to the Managed Identity resource.

Outputs


NameTypeDescription
conditionmetav1.ConditionCurrent condition of the Managed Identity resource.
namestringName of the Managed Identity resource.
idstringID of the Managed Identity resource.