Add "enable" to config help (#14866)

Most help sections were missing "enable", which means it
is filtered out with `mc admin config get --json`.

Add it where missing.
This commit is contained in:
Klaus Post
2022-05-05 04:17:04 -07:00
committed by GitHub
parent c7df1ffc6f
commit 111745c564
4 changed files with 46 additions and 0 deletions

View File

@@ -26,6 +26,13 @@ var (
}
Help = config.HelpKVS{
config.HelpKV{
Key: config.Enable,
Description: "Enable or disable OpenID",
Type: "on|off",
Optional: true,
Sensitive: false,
},
config.HelpKV{
Key: DisplayName,
Description: "Friendly display name for this Provider/App" + defaultHelpPostfix(DisplayName),