File: README.md

package info (click to toggle)
golang-github-hashicorp-go-gcp-common 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 176 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 570 bytes parent folder | download
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"
```