git-credential-secretmanager

command
v0.0.0-...-bcf66f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

README

git-credential-secretmanager

A Git credential helper for accessing GCP Secret Manager secrets.

Usage

Flag based configuration
$ git config --global credential.https://github.com.helper "secretmanager --version=<secret manager version>"
$ git config --global credential.https://github.com.username <username>
Environment variable based configuration
$ git config --global credential.https://github.com.helper secretmanager
$ git config --global credential.https://github.com.username <username>
$ export GIT_SECRET_MANAGER_VERSION="<secret manager version>"

Where <username> is the remote username you want to use and <secret manager version> is a GCP Secret Manager Version ID.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL