Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Backend ¶
func Backend() *backend
Backend returns a private embedded struct of framework.Backend.
func FactoryType ¶
func FactoryType(backendType logical.BackendType) logical.Factory
FactoryType is a wrapper func that allows the Factory func to specify the backend type for the mock backend plugin instance.
Types ¶
type CLIHandler ¶
type CLIHandler struct{}
func (*CLIHandler) Help ¶
func (h *CLIHandler) Help() string
type ConfigEntry ¶
type ConfigEntry struct { IssuerUrl string `json:"issuer_url"` IssuerCABundle string `json:"issuer_verify_ca"` ClientIDs []string `json:"client_ids"` UsernameClaim string `json:"username_claim"` GroupsClaim string `json:"group_claim"` }
ConfigEntry for OIDC configuration.
type GroupEntry ¶
type GroupEntry struct {
Policies []string
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.