This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
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
[X] I agree to follow this project's Code of Conduct
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