File: README.md

package info (click to toggle)
golang-github-apptainer-container-key-client 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 164 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 1,437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Container Key Client

[![PkgGoDev](https://pkg.go.dev/badge/github.com/apptainer/container-key-client)](https://pkg.go.dev/github.com/apptainer/container-key-client/client)
[![Build Status](https://github.com/apptainer/container-key-client/actions/workflows/ci.yml/badge.svg)](https://github.com/apptainer/container-key-client/actions/workflows/ci.yml)
[![Code Coverage](https://codecov.io/gh/apptainer/container-key-client/branch/main/graph/badge.svg)](https://codecov.io/gh/apptainer/container-key-client)
[![Go Report Card](https://goreportcard.com/badge/github.com/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.