1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: golang-k8s-kms
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-gogoprotobuf-dev,
golang-google-grpc-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-kms
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-kms.git
Homepage: https://github.com/kubernetes/kms
XS-Go-Import-Path: k8s.io/kms
Package: golang-k8s-kms-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-gogoprotobuf-dev,
golang-google-grpc-dev,
${misc:Depends}
Description: Kubernetes KMS implementation (library)
This package provides the Protocol Buffers and gRPC API definitions for the
Kubernetes Key Management Service (KMS).
.
These definitions can be used to implement KMS plugins enabling secure
encryption and decryption of Kubernetes secrets.
|