Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SecretBackendOutputMaxSize = 1024 * 1024
SecretBackendOutputMaxSize defines max size of the JSON output from a secrets reader backend
Functions ¶
Types ¶
type SecretInfo ¶
type SecretInfo struct { ExecutablePath string Rights string RightDetails string UnixOwner string UnixGroup string SecretsHandles map[string][]string }
SecretInfo export troubleshooting information about the decrypted secrets
func GetDebugInfo ¶
func GetDebugInfo() (*SecretInfo, error)
GetDebugInfo exposes debug informations about secrets to be included in a flare
func (*SecretInfo) Print ¶
func (si *SecretInfo) Print(w io.Writer)
Print output a SecretInfo to a io.Writer
Click to show internal directories.
Click to hide internal directories.