You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table that is used to store data across different tenants with a specific column in the same table used as the tenancy-discriminator.
We will have a new tenant with requirement for certain columns to be encrypted.
May I know if there are any mechanism that we can use to only encrypt/decrypt based on value from another column? Which class should I look at / override for this?
What other implementation would be applicable in my case? Should I explore Sharding strategy and combine that with encrypt?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a table that is used to store data across different tenants with a specific column in the same table used as the tenancy-discriminator.
We will have a new tenant with requirement for certain columns to be encrypted.
May I know if there are any mechanism that we can use to only encrypt/decrypt based on value from another column? Which class should I look at / override for this?
What other implementation would be applicable in my case? Should I explore Sharding strategy and combine that with encrypt?
TIA.
Beta Was this translation helpful? Give feedback.
All reactions