Documentation
¶
Index ¶
- func Backend() *backend
- func Factory(conf *logical.BackendConfig) (logical.Backend, error)
- func ListTranslatedResponse(keys []string) *logical.Response
- func ParseConstraint(constraintRaw string) []string
- func SanitizeConstraint(constraints []string, addDefault bool) []string
- type CLIHandler
- type ConfigEntry
- type GroupEntry
- type PathEntry
- type RoleEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListTranslatedResponse ¶
ListResponse is used to format a response to a list operation.
func ParseConstraint ¶
func SanitizeConstraint ¶
Types ¶
type ConfigEntry ¶
type ConfigEntry struct { BaseURL string `json:"base_url" structs:"base_url" mapstructure:"base_url"` AdminUser string `json:"admin_user" structs:"admin_user" mapstructure:"admin_user"` AdminKey string `json:"admin_key" structs:"admin_key" mapstructure:"admin_key"` TTL time.Duration `json:"ttl" structs:"ttl" mapstructure:"ttl"` MaxTTL time.Duration `json:"max_ttl" structs:"max_ttl" mapstructure:"max_ttl"` }
type GroupEntry ¶
type GroupEntry struct {
Policies []string
}
Click to show internal directories.
Click to hide internal directories.