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.
- Host: GitHub
- URL: https://github.com/zcubbs/secret
- Owner: zcubbs
- License: mit
- Created: 2023-12-31T15:10:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T18:58:56.000Z (over 2 years ago)
- Last Synced: 2025-03-11T11:48:30.445Z (over 1 year ago)
- Topics: go, secret-management
- Language: Go
- Homepage: https://pkg.go.dev/github.com/zcubbs/secret
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secret
A secret management package for Go. Handles secret provisioning and retrieval from different sources.
[](https://github.com/zcubbs/secret/releases)

[](https://pkg.go.dev/github.com/zcubbs/secret)
[](https://github.com/zcubbs/secret/actions/workflows/lint.yaml)
[](https://github.com/zcubbs/secret/actions/workflows/scan.yaml)

[](https://goreportcard.com/report/github.com/zcubbs/secret)
[](https://github.com/zcubbs/secret/graphs/contributors)
[](./LICENSE)
## Usage
```bash
go get github.com/zcubbs/secret
```