CLE doesn't work for system tablesDescriptionBy default, system tables don't show up while trying to create a new encryption configuration. After adding the "glide_encrypted_whitelist" property to the respective sys table collection attribute, the sys table shows up in the table list while trying to create a new encryption configuration. If a field is now configured to use CLE for the sys table and new records are added to the CLE configured table, data is still stored as clear text.Steps to Reproduce 1. Create new String type column on sys_user, say sys_user.u_input2. Please add the "glide_encrypted_whitelist" attribute to the sys_user collection [ Otherwise, you won't be able to do step 3]. A screenshot has been attached showing how this step must be completed.3. Create an Encryption Field configuration record for sys_user.u_input4. Add data to the sys_user.u_input table.5. Check the backend DB, you will noticed that the data for the sys_user.u_input column is stored in clear text and is not encrypted.WorkaroundUnfortunately, there is no workaround being present for this issue:The instance needs to be upgraded to Rome.Related Problem: PRB1441810