mirror of
https://github.com/Infisical/ansible-collection.git
synced 2025-04-06 10:40:37 -07:00
Feat: Move to new Python SDK and add Machine Identity support
This commit is contained in:
parent
054c8eecda
commit
685e5124e1
1 changed files with 0 additions and 3 deletions
|
@ -88,9 +88,6 @@ class LookupModule(LookupBase):
|
||||||
if not machine_identity_client_id or not machine_identity_client_secret:
|
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")
|
raise AnsibleError("Please provide the universal_auth_client_id and universal_auth_client_secret")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Create the client settings
|
# Create the client settings
|
||||||
settings = ClientSettings(
|
settings = ClientSettings(
|
||||||
client_id=machine_identity_client_id,
|
client_id=machine_identity_client_id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue