Feat: Move to new Python SDK and add Machine Identity support

This commit is contained in:
Daniel Hougaard 2024-03-11 15:59:38 +01:00
parent 054c8eecda
commit 685e5124e1

View file

@ -88,9 +88,6 @@ class LookupModule(LookupBase):
if not machine_identity_client_id or not machine_identity_client_secret:
raise AnsibleError("Please provide the universal_auth_client_id and universal_auth_client_secret")
# Create the client settings
settings = ClientSettings(
client_id=machine_identity_client_id,