proxy is now aware of webdav responses

This commit is contained in:
A.Unger
2021-07-13 15:38:44 +02:00
parent bfdcc0180c
commit 7ab586b2ab
5 changed files with 112 additions and 83 deletions
+1 -1
View File
@@ -650,7 +650,7 @@ func mintToken(ctx context.Context, su *User, roleIds []string) (token string, e
},
},
},
Groups: []string{},
Groups: []string{},
UidNumber: int64(su.UIDNumber),
GidNumber: int64(su.GIDNumber),
}