golang-github-spiffe-go-spiffe 2.1.7-2 source package in Ubuntu

Changelog

golang-github-spiffe-go-spiffe (2.1.7-2) unstable; urgency=medium

  * Team Upload
  * Upload to unstable
  * Regenerate protobuf and grpc schema using protoc-gen-go-1-3
    to match the grpc server implementation in unstable

 -- Reinhard Tartler <email address hidden>  Sat, 22 Jun 2024 21:27:41 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spiffe-go-spiffe_2.1.7-2.dsc 2.6 KiB 15f9830796365d551c7fc69b5e260e01cacd59d24da4a00408a8a2ff8458d6ee
golang-github-spiffe-go-spiffe_2.1.7.orig.tar.gz 121.3 KiB d215606fc22cc396dcb86afdd3140afc03a77b6978c9020091ad1f1972d8d0c4
golang-github-spiffe-go-spiffe_2.1.7-2.debian.tar.xz 4.1 KiB 46ba15cf07c0c702054efdef20933dab0019ba6236537e6f4d44b53031840bf5

No changes file available.

Binary packages built by this source

golang-github-spiffe-go-spiffe-dev: secure production identity framework for everyone in Go (library)

 SPIFFE, the Secure Production Identity Framework for Everyone, is a
 set of open-source standards for securely identifying software
 systems in dynamic and heterogeneous environments. Systems that adopt
 SPIFFE can easily and reliably mutually authenticate wherever they
 are running.
 .
 This library leverages the SPIFFE Workload API
 (https://github.com/spiffe/spiffe/blob/main/standards/SPIFFE_Workload_API.md),
 providing high level functionality that includes:
 .
  * Establishing mutually authenticated TLS (mTLS) between workloads
    powered by SPIFFE.
  * Obtaining and validating X509-SVIDs and JWT-SVIDs.
  * Federating trust between trust domains using SPIFFE bundles.
  * Bundle management.
 .
 See the Go Package (https://pkg.go.dev/github.com/spiffe/go-spiffe/v2)
 documentation for more information.
 .
 This package contains the library.