mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-04 05:04:27 -07:00
Merge b103f42e14
into 83c593d943
This commit is contained in:
commit
dc7a5eabcd
173 changed files with 360 additions and 5 deletions
|
@ -61,7 +61,7 @@ DOCUMENTATION = """
|
|||
description:
|
||||
- The type of credential used.
|
||||
required: True
|
||||
choices: ['application', 'serviceaccount', 'machineaccount', 'accesstoken']
|
||||
choices: ['application', 'serviceaccount', 'machineaccount', 'accesstoken', 'impersonation']
|
||||
env:
|
||||
- name: GCP_AUTH_KIND
|
||||
scopes:
|
||||
|
@ -89,6 +89,7 @@ DOCUMENTATION = """
|
|||
description:
|
||||
- An optional service account email address if machineaccount is selected
|
||||
and the user does not wish to use the default email.
|
||||
- Required service account to impersonate if impersonation is selected.
|
||||
env:
|
||||
- name: GCP_SERVICE_ACCOUNT_EMAIL
|
||||
access_token:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue