1.0.1 • Published 2 years ago

gcloud-secret-inject v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.0

2 years ago