Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotary ¶ added in v0.15.6
IsNotary returns true if the given SVID (SPIFFE Verifiable Identity Document) is an Aegis Notary SVID. It does this by checking if the SVID has the notarySvidPrefix as its prefix.
func IsSafe ¶
IsSafe returns true if the given SVID (SPIFFE Verifiable Identity Document) is a Safe SVID. It does this by checking if the SVID has the SafeSvidPrefix as its prefix.
func IsSentinel ¶
IsSentinel returns true if the given SVID (SPIFFE Verifiable Identity Document) is a Sentinel SVID. It does this by checking if the SVID has the SentinelSvidPrefix as its prefix.
func IsWorkload ¶
IsWorkload returns true if the given SVID (SPIFFE Verifiable Identity Document) is a Workload SVID. It does this by checking if the SVID has the WorkloadSvidPrefix as its prefix.
Types ¶
This section is empty.