remove supervised flag from configs

This commit is contained in:
Willy Kloucek
2022-01-03 08:22:44 +01:00
parent c9ee77955d
commit 7ffe93ba3b
13 changed files with 13 additions and 25 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ type Config struct {
RoleBundleUUID string `ocisConfig:"role_bundle_uuid" env:"GLAUTH_ROLE_BUNDLE_ID"`
Context context.Context
Supervised bool
Context context.Context
}
// Backend defined the available backend configuration.