Skip to content

Commit

Permalink
Merge pull request #7 from gofireflyio/infl-9674-add-role-action
Browse files Browse the repository at this point in the history
infl 9674 add new permission
  • Loading branch information
KimTeldan1 authored Aug 21, 2024
2 parents 36cca36 + fa9cba6 commit 19d5104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/azure_onboarding/azure_onboarding.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ function New-FireflyCustomRole {
"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action",
"Microsoft.Web/sites/config/list/Action",
"Microsoft.Cache/redis/listKeys/action"
"Microsoft.AppConfiguration/configurationStores/ListKeys/action"
$role.DataActions = "Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read"
$role.AssignableScopes = '/subscriptions/'+$subscriptionId
New-AzRoleDefinition -Role $role
Expand Down

0 comments on commit 19d5104

Please sign in to comment.