feat: upate docs to include impersonation

This commit is contained in:
Konstantin Tchernov 2024-05-06 11:03:24 +12:00
commit b103f42e14
No known key found for this signature in database
GPG key ID: 44033A0E9821EE95
172 changed files with 342 additions and 2 deletions

View file

@ -57,7 +57,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:
@ -84,6 +84,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: