https://github.com/apptainer/container-key-client
Go client for Apptainer key storage and retrieval using HKP
https://github.com/apptainer/container-key-client
Last synced: 19 days ago
JSON representation
Go client for Apptainer key storage and retrieval using HKP
- Host: GitHub
- URL: https://github.com/apptainer/container-key-client
- Owner: apptainer
- License: other
- Created: 2021-12-21T21:28:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:05:16.000Z (9 months ago)
- Last Synced: 2025-04-19T14:57:39.445Z (about 1 month ago)
- Language: Go
- Size: 198 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Container Key Client
[](https://pkg.go.dev/github.com/apptainer/container-key-client/client)
[](https://github.com/apptainer/container-key-client/actions/workflows/ci.yml)
[](https://codecov.io/gh/apptainer/container-key-client)
[](https://goreportcard.com/report/github.com/apptainer/container-key-client)This project provides a Go client to Apptainer for key storage and
retrieval using the HKP protocol.
Forked from [sylabs/scs-key-client](https://github.com/sylabs/scs-key-client).This is maintained as a sub-project by the Apptainer project.
To contribute, see the [Apptainer CONTRIBUTING
file](https://github.com/apptainer/apptainer/blob/main/CONTRIBUTING.md).## Go Version Compatibility
This module aims to maintain support for the two most recent stable versions of Go. This corresponds to the Go [Release Maintenance Policy](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance) and [Security Policy](https://golang.org/security), ensuring critical bug fixes and security patches are available for all supported language versions.