sassoftware / viya4-iac-azure

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Apache License 2.0
74 stars 89 forks source link

Connect Container Registry to AKS cluster #400

Open Carus11 opened 2 months ago

Carus11 commented 2 months ago

Is your feature request related to a problem? Please describe.

When you deploy an ACR, The AKS cluster is not automatically authenticated to pull images from the ACR.

Describe the solution you'd like

Follow the guidance in the Azure Kubernetes terraform documentation to use a managed identity to authenticate the AKS cluster with the ACR. No other authentication steps outside of this infrastructure connection should be needed.

Describe alternatives you've considered

dockerconfig.json file, using admin credentials - these do not align with customer security policies.

Additional context

No response

Code of Conduct