Skip to content

Commit

Permalink
Skip MDS setup by default for this release (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaitanyaKulkarni28 authored Oct 11, 2024
1 parent dbd1035 commit a2ba2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google_guest_agent/agentcrypto/mtls_mds_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestShouldEnable(t *testing.T) {
name: "defaults",
mds: &metadata.Descriptor{},
cfgVal: defCfg,
want: true,
want: false,
},
{
name: "enable_from_cfg",
Expand Down
2 changes: 1 addition & 1 deletion google_guest_agent/cfg/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ restore_debian12_netplan_config = true
cert_authentication = true
[MDS]
disable-https-mds-setup = false
disable-https-mds-setup = true
enable-https-mds-native-cert-store = false
[Snapshots]
Expand Down

0 comments on commit a2ba2c3

Please sign in to comment.