Skip to content

Commit

Permalink
Merge pull request #3838 from wkloucek/storage-systm-user-id-env
Browse files Browse the repository at this point in the history
add `OCIS_SYSTEM_USER_ID` environment variable to the storage-system configuration
  • Loading branch information
wkloucek authored May 20, 2022
2 parents 783eba7 + 0e8bd0a commit a0f5c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/storage-system/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Config struct {

TokenManager *TokenManager `yaml:"token_manager"`
Reva *Reva `yaml:"reva"`
SystemUserID string `yaml:"system_user_id"`
SystemUserID string `yaml:"system_user_id" env:"OCIS_SYSTEM_USER_ID"`
SystemUserAPIKey string `yaml:"system_user_api_key" env:"OCIS_SYSTEM_USER_API_KEY"`

SkipUserGroupsInToken bool `yaml:"skip_user_groups_in_token" env:"STORAGE_SYSTEM_SKIP_USER_GROUPS_IN_TOKEN"`
Expand Down

0 comments on commit a0f5c7a

Please sign in to comment.