An open API service indexing awesome lists of open source software.

https://github.com/zcubbs/secret

A secret management package for Go. Handles secret provisioning and retrieval from different sources.
https://github.com/zcubbs/secret

go secret-management

Last synced: over 1 year ago
JSON representation

A secret management package for Go. Handles secret provisioning and retrieval from different sources.

Awesome Lists containing this project

README

          

# Secret

A secret management package for Go. Handles secret provisioning and retrieval from different sources.

[![tag](https://img.shields.io/github/tag/zcubbs/secret)](https://github.com/zcubbs/secret/releases)
![Go Version](https://img.shields.io/badge/Go-%3E%3D%201.21-%23007d9c)
[![GoDoc](https://godoc.org/github.com/zcubbs/secret?status.svg)](https://pkg.go.dev/github.com/zcubbs/secret)
[![Lint](https://github.com/zcubbs/secret/actions/workflows/lint.yaml/badge.svg)](https://github.com/zcubbs/secret/actions/workflows/lint.yaml)
[![Scan](https://github.com/zcubbs/secret/actions/workflows/scan.yaml/badge.svg?branch=main)](https://github.com/zcubbs/secret/actions/workflows/scan.yaml)
![Build Status](https://github.com/zcubbs/secret/actions/workflows/test.yaml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/zcubbs/secret)](https://goreportcard.com/report/github.com/zcubbs/secret)
[![Contributors](https://img.shields.io/github/contributors/zcubbs/secret)](https://github.com/zcubbs/secret/graphs/contributors)
[![License](https://img.shields.io/github/license/zcubbs/secret.svg)](./LICENSE)

## Usage

```bash
go get github.com/zcubbs/secret
```