Azure / WALinuxAgent

Microsoft Azure Linux Guest Agent
http://azure.microsoft.com/
Apache License 2.0
537 stars 373 forks source link

Remove Regorus and platform check for policy enforcement #3222

Closed mgunnala closed 1 week ago

mgunnala commented 2 weeks ago

Description

Issue #3219


Policy unit tests fail on aarch64 environment, because the policy engine checks for supported architecture before invoking Regorus binary (Regorus is not yet supported on aarch64).

We will be removing the dependency on Regorus, so policy should now be supported on all distros and architectures. This PR does the following:

This change should not affect functionality, because this feature was disabled by default, except in policy unit tests.

PR information

Quality of Code and Contribution Guidelines