Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <goberlec@redhat.com>
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
@@ -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()
@@ -362,7 +362,7 @@ module acrManageTokenRole '../modules/acr-permissions.bicep' = [
acrResourceGroupid: clustersServiceAcrResourceGroups[i].id
}
}
]
]*/

// oidc

0 comments on commit 0bf7d88

Please sign in to comment.