Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/lookup/gcp_secret_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- retrieve secret keys in Secret Manager for use in playbooks
- see https://cloud.google.com/iam/docs/service-account-creds for details on creating
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.

options:
Expand Down Expand Up @@ -82,7 +82,7 @@
default: 'strict'
scopes:
description:
- Authenticaiton scopes for Google Secret Manager
- Authentication scopes for Google Secret Manager
type: list
default: ["https://www.googleapis.com/auth/cloud-platform"]
'''
Expand Down