Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConfigDir ¶ added in v0.8.0
Types ¶
type ConfigureCmd ¶
type ConfigureCmd struct {
Name string `arg:"" required:"" help:"policy name"`
Stdout bool `short:"p" help:"generated configuration is printed to stdout but not saved"`
EdgeAuthorizer string `optional:"" help:"id of edge authorizer connection used to register with the Aserto control plane"`
DecisionLogging bool `optional:"" help:"enable decision logging"`
}
func (ConfigureCmd) Validate ¶ added in v0.8.19
func (cmd ConfigureCmd) Validate() error
type ConsoleCmd ¶
type ConsoleCmd struct{}
type InstallCmd ¶
type PolicyFromOpenAPI ¶ added in v0.8.11
type StartCmd ¶
type StartCmd struct {
Name string `arg:"" required:"" help:"policy name"`
SrcPath string `optional:"" type:"path" help:"path to source or bundle file"`
Interactive bool `optional:"" help:"interactive execution mode instead of the default daemon mode"`
ContainerName string `optional:"" default:"authorizer-onebox" help:"container name"`
ContainerVersion string `optional:"" default:"latest" help:"container version" `
Hostname string `optional:"" help:"hostname for docker to set"`
DataPath string `optional:"" type:"path" help:"path for non-ephemeral data storage"`
}
type UninstallCmd ¶
type UninstallCmd struct{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.