# Functions
DecodeOnlyString is a mapstructure.HookFuncType that decodes a string value as an OnlyString, but fails on all other values.
DecodeStrings is a mapstructure.HookFuncType that decodes a single string value or a slice of strings into Strings.
No description provided by the author
GetStructKeys returns all keys in a nested struct type, taking the name from the tag name or the field name.
MapLoggingFields returns all logging.Fields formatted based on our configuration keys 'dot.name.key' with associated values.
No description provided by the author
No description provided by the author
ValidateMissingRequiredKeys returns all keys of value in GetStructKeys format that have an additional required tag set but are unset.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
#nosec.
No description provided by the author
No description provided by the author
No description provided by the author
nolint:gosec.
nolint:gosec.
No description provided by the author
#nosec.
No description provided by the author
No description provided by the author
UseLocalConfiguration set to true will add defaults that enable a lakeFS run without any other configuration like DB or blockstore.
UseLocalConfiguration set to true will add defaults that enable a lakeFS run without any other configuration like DB or blockstore.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Config - Output struct of configuration, used to validate.
CookieAuthVerification is related to auth based on a cookie set by an external service TODO(isan) consolidate with OIDC.
No description provided by the author
S3AuthInfo holds S3-style authentication.
# Type aliases
OnlyString is a string that can deserialize only from a string.
No description provided by the author
Strings is a []string that mapstructure can deserialize from a single string or from a list of strings.