Vertica 9 and Security/User Management - show partial data to users?
ScottL
Employee
On Youtube there is a Micro Focus Learning Channel with several videos including one for a Vertica Essentials 9 x Class. At 2:25 in the video it is implied that there is functionality to show all, some or no data columns depending on security/user management functions. I tried to find this in the 9.0 documentation and had no luck. Is anyone aware of this functionality and how it is implemented? thank you!
0
Comments
I believe that you are inquiring about "Column/Row Access Policies".
Here is a link to the section in the online doc:
https://my.vertica.com/docs/9.0.x/HTML/index.htm#Authoring/AdministratorsGuide/Tables/UsersPrivileges/USINGACCESSPOLICY.htm
Fyi ... Here is a simple example:
As the Database admin user in our vsql CLI:
Now connect as the user Judy:
The user Judy can only see the last 4 digits if he SSN!
Thank you, Jim! I appreciate the quick and detailed feedback!