Skip to content

Commit

Permalink
Token creation should only be used if required
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Nov 13, 2024
1 parent a97997b commit cb534e3
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 cb534e3

Please sign in to comment.