sentinel

package
v0.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2024 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretRequest

type SecretRequest struct {
	Workloads          []string `json:"workload"`
	Secret             string   `json:"secret"`
	Namespaces         []string `json:"namespaces,omitempty"`
	Encrypt            bool     `json:"encrypt,omitempty"`
	Delete             bool     `json:"delete,omitempty"`
	Append             bool     `json:"append,omitempty"`
	List               bool     `json:"list,omitempty"`
	Template           string   `json:"template,omitempty"`
	Format             string   `json:"format,omitempty"`
	SerializedRootKeys string   `json:"root-keys,omitempty"`
	NotBefore          string   `json:"nbf,omitempty"`
	Expires            string   `json:"exp,omitempty"`
}

SecretRequest encapsulates a VSecM Safe REST command payload.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL