The line linked below checks for the existence of /var/opt/azcmagent/bin/himds. On our Arc servers (and probably others) the himds executable is located at /opt/azcmagent/bin/himds. This failure requires manually setting the required env variables to bypass this statement or creating a symlink from /opt/azcmagent/bin to /var/opt/azcmagent/bin.
|
sys.platform == "linux" and os.path.exists("/var/opt/azcmagent/bin/himds") |
The line linked below checks for the existence of
/var/opt/azcmagent/bin/himds. On our Arc servers (and probably others) the himds executable is located at/opt/azcmagent/bin/himds. This failure requires manually setting the required env variables to bypass this statement or creating a symlink from /opt/azcmagent/bin to /var/opt/azcmagent/bin.microsoft-authentication-library-for-python/msal/managed_identity.py
Line 367 in 7db6c2c