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