Skip to content

v1.5.2

Choose a tag to compare

@aamirrasheed aamirrasheed released this 11 Apr 20:22
· 7 commits to main since this release

Fix: Azure Guest Agent detection in privateclaw verify

The previous check queried IMDS for allowExtensionOperations, but IMDS doesn't expose that field — it always returned "unknown".

New detection method:

  • Checks walinuxagent service status via systemctl is-active
  • Checks Extensions.Enabled setting in /etc/waagent.conf

On prod CVMs where waagent is masked/disabled, step [5/5] now correctly shows PASS.
On staging CVMs where waagent is active, it shows the expected WARN.

Tested on a live staging CVM before release.