Protegrity: Bulk-Unprotect returns NULL instead of exception for non-authorized users
Details
| Detail name | Value |
|---|---|
| Changelog Number | 6017 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | EXASOL 6.0.0 |
| Fix Versions | EXASOL 6.0.9 |
| Resolution Date | 2018-06-06 |
Problem Description
When using the Exasol Protegrity connector with the "bulk-unprotect" functionality, the result for unauthorized or unknown users is NULL instead on an error message.
Fix
After the fix our connector will respect Protegrity's configuration in this scenario and optionally return corresponding error messages:
Failed to unprotect data (User not found)
or
Failed to unprotect data (Permission denied)
Changed behavior
Errors instead of NULL values.