Skip to content

Commit

Permalink
Merge pull request #835 from Azure/fix-default
Browse files Browse the repository at this point in the history
Token creation should only be used if required
  • Loading branch information
janboll authored Nov 13, 2024
2 parents a97997b + cb534e3 commit 076f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-infrastructure/modules/acr-permissions.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param principalId string
param grantPushAccess bool = false

@description('Whether to grant manage token access to the ACR')
param grantManageTokenAccess bool = true
param grantManageTokenAccess bool = false

@description('ACR Namespace Resource Group Id')
param acrResourceGroupid string
Expand Down

0 comments on commit 076f0fc

Please sign in to comment.