cherrypick extensions to start v1

This commit is contained in:
A.Unger
2021-06-29 15:28:19 +02:00
parent f02f2a3d42
commit 2e28582c1b
34 changed files with 156 additions and 4 deletions
+1
View File
@@ -76,6 +76,7 @@ func AuthBasicWithConfig(cfg *config.Config) []cli.Flag {
flags = append(flags, DebugWithConfig(cfg)...)
flags = append(flags, SecretWithConfig(cfg)...)
flags = append(flags, LDAPWithConfig(cfg)...)
flags = append(flags, RuntimeConfig(cfg)...)
return flags
}