From 9564e9397f9d57c17f756e0d3a42a154f6faf0ac Mon Sep 17 00:00:00 2001 From: stdoutput Date: Thu, 16 Mar 2023 14:55:33 +0100 Subject: [PATCH] add required Azure perms --- docs/docs/workflows/config.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/workflows/config.md b/docs/docs/workflows/config.md index 91747c9d4..4048e7a97 100644 --- a/docs/docs/workflows/config.md +++ b/docs/docs/workflows/config.md @@ -84,6 +84,13 @@ If you haven't generated a configuration file yet, you can do so by adding the ` You must be authenticated with the [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) in the shell session. +Your Azure account also needs to have at least the following permissions: +* `Microsoft.Authorization/roleDefinitions/*` +* `Microsoft.Authorization/roleAssignments/*` +* `*/register/action` +* `Microsoft.ManagedIdentity/userAssignedIdentities/*` +* `Microsoft.Resources/subscriptions/resourcegroups/*` + ```bash constellation iam create azure --region=westus --resourceGroup=constellTest --servicePrincipal=spTest ```