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
72 stars 88 forks source link

Changing/set the location for aks_uai_name #378

Open tdu29f opened 5 months ago

tdu29f commented 5 months ago

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

We are using the script with "BYO" options and private cluster. Network resources are provided by Azure admins in a separate Resource Group () and the cluster is deployed into existing VNET with existing Subnets and Route Table. The issue is that the managed identity for aks needs contributor permissions on (some of) those objects. When we use the , the identity is supposed to be located in the VNET Resource Group. As this Resource Group should only contain networking resources we cannot create it there upfront.

Describe the solution you'd like

A possible solution could be to tell the script to look for the managed identity in the other Resource group, set by the variable. Actually this is also where it is being created when is not used.

Describe alternatives you've considered

Alternative is to create the identity in upfront in the But it is against guidelines from the client.

Additional context

No response

Code of Conduct

riragh commented 4 months ago

Thank you for opening this feature enhancement request. This request will be reviewed and internal ticket will be created if the request is approved. I'll post updates to this issue.