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:
softwarefactory-project-zuul[bot]
2020-09-14 15:28:07 +00:00
committed by GitHub
2 changed files with 14 additions and 3 deletions

View File

@@ -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"
}
)