Movatterモバイル変換


[0]ホーム

URL:


spiffe

package
v1.77.0Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2025 License:Apache-2.0Imports:5Imported by:0

Details

Repository

github.com/grpc/grpc-go

Links

Documentation

Overview

Package spiffe defines APIs for working with SPIFFE Bundle Maps.

All APIs in this package are experimental.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

funcBundleMapFromBytes

func BundleMapFromBytes(bundleMapBytes []byte) (map[string]*spiffebundle.Bundle,error)

BundleMapFromBytes parses bytes into a SPIFFE Bundle Map. See theSPIFFE Bundle Map spec for more detail -https://github.com/spiffe/spiffe/blob/main/standards/SPIFFE_Trust_Domain_and_Bundle.md#4-spiffe-bundle-formatIf duplicate keys are encountered in the JSON parsing, Go's default unmarshalbehavior occurs which causes the last processed entry to be the entry in theparsed map.

funcGetRootsFromSPIFFEBundleMapadded inv1.73.0

func GetRootsFromSPIFFEBundleMap(bundleMap map[string]*spiffebundle.Bundle, leafCert *x509.Certificate) (*x509.CertPool,error)

GetRootsFromSPIFFEBundleMap returns the root trust certificates from theSPIFFE bundle map for the given trust domain from the leaf certificate.

Types

This section is empty.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp