Skip to content

Commit

Permalink
Disabled ACR admin user by default (#2253)
Browse files Browse the repository at this point in the history
With the change from #2245 we are now able to disable the ACR admin user by default.

This is a security best practice. More information available in azure docs
  • Loading branch information
wbreza authored May 18, 2023
1 parent d1cbe95 commit e797ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ param name string
param location string = resourceGroup().location
param tags object = {}

param adminUserEnabled bool = true
param adminUserEnabled bool = false
param anonymousPullEnabled bool = false
param dataEndpointEnabled bool = false
param encryption object = {
Expand Down

0 comments on commit e797ff8

Please sign in to comment.