Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetEnsureLeadingSlashLog ¶
func SetEnsureLeadingSlashLog(log logrus.FieldLogger)
SetEnsureLeadingSlashLog sets the logger used to report "ensure leading slash" related deprecation warnings. Called by server/server.go. This is a hack. Deprecated: remove in SPIRE 1.3
Types ¶
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
func MustParse ¶
MustParse parses an agent path template. It changes the behavior for missing keys to return an error instead of the default behavior, which renders a value that requires percent-encoding to include in a URI, which is against the SPIFFE specification. If parsing fails, the function panics.
Click to show internal directories.
Click to hide internal directories.