Table without Acl

Sumit32
Tera Expert

i have one  custom tables without ACLs will not be accessible by any other user beside admin

For tables that have no ACLs defined, the default deny property can be used to make the wildcard table ACL rules restrict the read, write, create, and delete operations on all tables unless the user has the admin role or meets the requirements of another table ACL rule. This means that custom tables without ACLs will not be accessible by any other user beside admin.

 
1 ACCEPTED SOLUTION

Mahendra RC
Mega Sage

Hello Sumit,

If you are have not created any ACL on your custom table and if you are trying to perform any operation on this table then you won't be able to perform read, write, create or delete operation as the wild card ACL allow this access to only admin user.

If you question is related to some other query then could please let me know where you are trying to see these operation on your custom table?

Please mark my response helpful/correct, if it answer your question.

Thanks

View solution in original post

5 REPLIES 5

Kieran Anson
Kilo Patron

Hi,

Can you re-explain your issue question? it is not clear what you are wanting help with.

Allen Andreas
Administrator
Administrator

Hi,

If you're asking why the custom table was made without ACLs, most likely someone elected not to have them created or deleted them, but yes, by default, any table that doesn't have ACLs is not accessible by anyone except admin if the system property: glide.sm.default_mode is set to deny. This is all part of the Instance Hardening plugin that is activated by default.

For more information about ACLs and best practices (of which the above is also covered), please check out my most recent YouTube video:

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Adrian Ubeda
Mega Sage
Mega Sage

Hi sumit,

If I've understood properly you got an issue with the ACL's behaviour over a custom table and you need to check that behaviour. For this, you can use the Debug > debug security rules, and then a new debug console will appear, there you can see all the ACL's that are aplying for the form, here's an example with incident table:
find_real_file.png
If it was helpful, please give positive feedback.
Thanks,

If it was helpful, please give positive feedback! āœ”
ā˜† Community Rising Star 22, 23 & 24 ā˜†

Mahendra RC
Mega Sage

Hello Sumit,

If you are have not created any ACL on your custom table and if you are trying to perform any operation on this table then you won't be able to perform read, write, create or delete operation as the wild card ACL allow this access to only admin user.

If you question is related to some other query then could please let me know where you are trying to see these operation on your custom table?

Please mark my response helpful/correct, if it answer your question.

Thanks