Skip to content

Commit

Permalink
Add EnableFirewall and other required flags to mariner waagent conf (#…
Browse files Browse the repository at this point in the history
…2407)

Co-authored-by: Dhivya Ganesan <dhivyaganesan@users.noreply.github.com>
  • Loading branch information
chalamalasetty and dhivyaganesan authored Nov 15, 2021
1 parent 6f16013 commit 318d76f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions config/mariner/waagent.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Specified program is invoked with the argument "Ready" when we report ready status
# to the endpoint server.
Role.StateConsumer=None
Expand All @@ -15,9 +23,6 @@ Role.TopologyConsumer=None
# Enable instance creation
Provisioning.Enabled=n

# Rely on cloud-init to provision
Provisioning.UseCloudInit=y

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y

Expand Down Expand Up @@ -78,3 +83,6 @@ AutoUpdate.GAFamily=Prod
# handling until inVMArtifactsProfile.OnHold is false.
# Default is disabled
# EnableOverProvisioning=n

# Add firewall rules to protect access to Azure host node services
OS.EnableFirewall=y

0 comments on commit 318d76f

Please sign in to comment.