Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Column Level Encryption Enterprise can we encrypt sys_user table ?

Sonu
Tera Guru

Can we sys_user table columns using Column Level Encryption Enterprise ?

2 ACCEPTED SOLUTIONS

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Please find the official documentation for the same:-

 

https://docs.servicenow.com/en-US/bundle/tokyo-platform-security/page/administer/encryption/concept/...

 

Please mark my answer as correct based on Impact.

View solution in original post

Appli
Mega Sage

Hi, "technically" you can encrypt columns of sys_user table, but it may prevent users from logging in.

Hope it helps

View solution in original post

7 REPLIES 7

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Please find the official documentation for the same:-

 

https://docs.servicenow.com/en-US/bundle/tokyo-platform-security/page/administer/encryption/concept/...

 

Please mark my answer as correct based on Impact.

Appli
Mega Sage

Hi, "technically" you can encrypt columns of sys_user table, but it may prevent users from logging in.

Hope it helps

Sonu
Tera Guru

Hi Appli

I have a doubt in the below statement to get the sys_user table to be .displayed in the drop downlist in field encryption.

I dont understand the below statement , could you please elaborate with steps ? .

System tables cannot be encrypted using column level encryption by default. To allow encryption these tables, add an attribute named glide_encrypted_whitelist with a value of true to the sys* tables collection record.

 

Hi, it should be added to the list of attributes as glide_encrypted_whitelist=True to corresponding dictionary entry.

Hope it helps