microsoft / cobalt

Infrastructure turn-key solution for app service workloads
MIT License
116 stars 78 forks source link

Added Key Vault access policies for App Service identities in az-isolated-service-single-region template #285

Closed awkwardindustries closed 5 years ago

awkwardindustries commented 5 years ago

All Submissions:


What is the current behavior?


The az-isolated-service-single-region template creates all app services in Azure with system assigned identities; however, the Key Vault does not have an access policy for those identities to allow them Get/List permissions to the resource objects.

Issue Number: #282

What is the new behavior?


Does this introduce a breaking change?


While the behavior will be different, it should only add the permission to any existing deployments.

Any relevant logs, error output, etc?


N/A

Other information


N/A

awkwardindustries commented 5 years ago

Issue #289 created to track addition of integration tests needed to cover this addition to the template.