Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.4.0
-
Fix Version/s: None
-
Component/s: Server
-
Labels:None
Description
For path request when sentry enabled, now we change the connected_user as getenv("USER"), so that the current user can have full access to the tmp table.
It is a temporary / hack solution, and we should apply a better solution, e.g. we can grant select privilege of the tmp table to the connected_user instead.