mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Merge a47500899e
into 99ac225a1a
This commit is contained in:
commit
e96140ad6c
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ DOCUMENTATION = '''
|
||||||
- retrieve secret keys in Secret Manager for use in playbooks
|
- retrieve secret keys in Secret Manager for use in playbooks
|
||||||
- see https://cloud.google.com/iam/docs/service-account-creds for details on creating
|
- see https://cloud.google.com/iam/docs/service-account-creds for details on creating
|
||||||
credentials for Google Cloud and the format of such credentials
|
credentials for Google Cloud and the format of such credentials
|
||||||
- once a secret value is retreived, it is returned decoded. It is up to the developer
|
- once a secret value is retrieved, it is returned decoded. It is up to the developer
|
||||||
to maintain secrecy of this value once returned.
|
to maintain secrecy of this value once returned.
|
||||||
|
|
||||||
options:
|
options:
|
||||||
|
@ -81,7 +81,7 @@ DOCUMENTATION = '''
|
||||||
default: 'strict'
|
default: 'strict'
|
||||||
scopes:
|
scopes:
|
||||||
description:
|
description:
|
||||||
- Authenticaiton scopes for Google Secret Manager
|
- Authentication scopes for Google Secret Manager
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
default: ["https://www.googleapis.com/auth/cloud-platform"]
|
default: ["https://www.googleapis.com/auth/cloud-platform"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue