mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Merge pull request #7991 from bbayszczak/hashivault_auth_path_in_inputs
hashivault_kv auth_path moved from metadata to inputs Reviewed-by: Jake McDermott <yo@jakemcdermott.me> https://github.com/jakemcdermott
This commit is contained in:
@@ -122,7 +122,8 @@ def source_cred_hashi_secret(organization):
|
||||
"url": "https://secret.hash.example.com",
|
||||
"token": "myApiKey",
|
||||
"role_id": "role",
|
||||
"secret_id": "secret"
|
||||
"secret_id": "secret",
|
||||
"default_auth_path": "path-to-approle"
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user