make user provider config similar to other services

This commit is contained in:
David Christofas
2022-04-25 15:43:23 +02:00
parent b31b70890f
commit ed4e9ee866
9 changed files with 477 additions and 204 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
return []*cli.Command{
Frontend(cfg),
Gateway(cfg),
Users(cfg),
// Users(cfg),
Groups(cfg),
AppProvider(cfg),
// AuthBasic(cfg),