Skip to content

Commit

Permalink
disable token creation role assignment for the time being
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Nov 27, 2024
1 parent 6ea9947 commit 0bf7d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-infrastructure/templates/svc-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ module csDnsZoneContributor '../modules/dns/zone-contributor.bicep' = {
}
}

resource clustersServiceAcrResourceGroups 'Microsoft.Resources/resourceGroups@2023-07-01' existing = [
/*resource clustersServiceAcrResourceGroups 'Microsoft.Resources/resourceGroups@2023-07-01' existing = [
for rg in clustersServiceAcrResourceGroupNames: {
name: rg
scope: subscription()
Expand All @@ -362,7 +362,7 @@ module acrManageTokenRole '../modules/acr-permissions.bicep' = [
acrResourceGroupid: clustersServiceAcrResourceGroups[i].id
}
}
]
]*/

// oidc

Expand Down

0 comments on commit 0bf7d88

Please sign in to comment.