Documentation
¶
Overview ¶
Package server provides functionality so that other uses of sansshell can provide their own main.go without having to cargo-cult everything across for common use cases. i.e. adding additional modules that are locally defined.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunState ¶ added in v1.0.2
type RunState struct {
// Logger is used for all logging.
Logger logr.Logger
// CredSource is a registered credential source with the mtls package.
CredSource string
// Hostport is the host:port to run the server.
Hostport string
// Policy is an OPA policy for determining authz decisions.
Policy string
}
Click to show internal directories.
Click to hide internal directories.