Database security setup on system tables

hi, currently i am working on Moralis database security. When going for production, I believe I should disable all “Add field” on system tables, am I right?

system tables
image

Default settings on Tables
_EthAddress - Public read & write
_Session - Public read & write
_User - Public read & write

Is it ok I just maintain the default security settings for the tables above? Or is there any security setting I should be aware of for system tables?

Thanks in advance

you shouldn’t worry about those system tables, it should be fine with current security settings, every row has an ACL

Thanks @cryptokid
So should i disable the “Add Field” for system tables or just leave it?

I believe i dont have to do any security settings for tables like below as well, right?
image

You can do some tests if you want, to see if the server still works if you disable that “Add Field”

for the other tables, you should check the security settings, and update them based on your needs, coreservices should have access to those tables in CLP

Thanks @cryptokid for the reply

1 Like