frontend config docs

This commit is contained in:
Willy Kloucek
2022-05-03 11:13:04 +02:00
parent 977c4fd9e9
commit b6f03f9a6c
14 changed files with 76 additions and 83 deletions

View File

@@ -18,8 +18,9 @@ type Config struct {
TokenManager *TokenManager `yaml:"token_manager"`
Reva *Reva `yaml:"reva"`
SkipUserGroupsInToken bool `yaml:"skip_user_groups_in_token"`
OIDC OIDC `yaml:"oidc"`
SkipUserGroupsInToken bool `yaml:"-"`
OIDC OIDC `yaml:"oidc"`
Supervised bool `yaml:"-"`
Context context.Context `yaml:"-"`