This commit is contained in:
Konstantin Tchernov 2025-06-21 05:49:56 +07:00 committed by GitHub
commit dc7a5eabcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
173 changed files with 360 additions and 5 deletions

View file

@ -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: