1.0.1 • Published 7 months ago

gcloud-secret-inject v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Inject gcloud secrets into config files. Works with any text file.

Usage

gcloud-secret-inject -i some.env.template -o some.env

Example Input File: some.env.template

host="sm://projects/xxxx/secrets/SomeSecret"
ingestionToken="sm://projects/xxxx/secrets/SomeOtherSecret"

Output File: some.env

host="https://google.com"
ingestionToken="ABCDEG"

Note: quotes are unnecessary. The example file works without quotes.

Thanks

Inspired by op inject by 1Password.

1.0.1

7 months ago

1.0.0

7 months ago