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 ¶
func BundleMapFromBytes ¶
func BundleMapFromBytes(bundleMapBytes []byte) (map[string]*spiffebundle.Bundle, error)
BundleMapFromBytes parses bytes into a SPIFFE Bundle Map. See the SPIFFE Bundle Map spec for more detail - https://github.com/spiffe/spiffe/blob/main/standards/SPIFFE_Trust_Domain_and_Bundle.md#4-spiffe-bundle-format If duplicate keys are encountered in the JSON parsing, Go's default unmarshal behavior occurs which causes the last processed entry to be the entry in the parsed map.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.