• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

gcputil/H26-Apr-2021-

vendor/H03-May-2022-

.gitignoreH A D26-Apr-2021775

LICENSEH A D26-Apr-202115.5 KiB

README.mdH A D26-Apr-2021435

go.modH A D26-Apr-2021232

go.sumH A D26-Apr-202113.5 KiB

README.md

1# Vault-Google Cloud Platform Common Library
2
3Utils for Vault/GCP integrations. Includes helpers for:
4- Parsing GCP credential JSON or finding default credentials
5- Various helpers for some GCP APIs
6
7This library was created to be shared by Vault-GCP integrations including the:
8- [GCP Auth Plugin](https://github.com/emilymye/vault-plugin-auth-gcp)
9
10### Usage:
11```go
12
13import "github.com/hashicorp/go-vault-gcp-common/gcputil"
14
15```
16
17
18