make group provider config similar to other services

This commit is contained in:
David Christofas
2022-04-25 15:43:26 +02:00
parent ed4e9ee866
commit 9e20992c0b
10 changed files with 458 additions and 240 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
Frontend(cfg),
Gateway(cfg),
// Users(cfg),
Groups(cfg),
// Groups(cfg),
AppProvider(cfg),
// AuthBasic(cfg),
AuthBearer(cfg),