diff --git a/storage/pkg/config/config.go b/storage/pkg/config/config.go index f2c7c2f01..1b0651721 100644 --- a/storage/pkg/config/config.go +++ b/storage/pkg/config/config.go @@ -1764,5 +1764,11 @@ func structMappings(cfg *Config) []shared.EnvBinding { EnvVars: []string{"STORAGE_METADATA_DRIVER_S3NG_BUCKET"}, Destination: &cfg.Reva.MetadataStorage.S3NG.Bucket, }, + + // permissions + { + EnvVars: []string{"STORAGE_PERMISSIONS_ENDPOINT"}, + Destination: &cfg.Reva.Permissions.Endpoint, + }, } }