Skip to content

Commit f1b5b5b

Browse files
authored
Enable FIPS by default. (#3793)
1 parent aaf1b92 commit f1b5b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner.Listener/Configuration/ConfigurationManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public async Task ConfigureAsync(CommandSettings command)
366366
{
367367
{ "clientId", agent.Authorization.ClientId.ToString("D") },
368368
{ "authorizationUrl", agent.Authorization.AuthorizationUrl.AbsoluteUri },
369-
{ "requireFipsCryptography", agent.Properties.GetValue("RequireFipsCryptography", false).ToString() }
369+
{ "requireFipsCryptography", agent.Properties.GetValue("RequireFipsCryptography", true).ToString() }
370370
},
371371
};
372372

0 commit comments

Comments
 (0)