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

Error with 'contributor' role for Managed Identity when running the docker container #397

Open PFZM opened 2 months ago

PFZM commented 2 months ago

Terraform Version Details

N/A

Terraform Variable File Details

N/A

Steps to Reproduce

As per documentation: "Your Service Principal or Managed Identity in the Azure subscription requires a "Contributor" role to create Azure resources"

Expected Behavior

After running the Docker command, we expect the infrastructure in Azure to be successfully deployed

Actual Behavior

When we run the docker command we got the following error: image

Additional Context

By changing the 'role' to "owner" to the Managed Identity we can manage to do the deployment. However, this becomes an issue when woking with clients.

References

No response

Code of Conduct