Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parsed ¶
type Parsed struct {
// contains filtered or unexported fields
}
Parsed is a parsed SPIFFE ID according to the Dapr SPIFFE ID path format.
func FromGRPCContext ¶
FromGRPCContext parses a SPIFFE ID from a gRPC context.
func FromStrings ¶
func FromStrings(td spiffeid.TrustDomain, namespace, appID string) (*Parsed, error)
FromStrings builds a Dapr SPIFFE ID with the given namespace and app ID in the given Trust Domain.
func (*Parsed) TrustDomain ¶
func (p *Parsed) TrustDomain() spiffeid.TrustDomain
Click to show internal directories.
Click to hide internal directories.