Known Issues 6.3
Privacera Platform Release 6.3
Last updated: 2022-05-11
The following are known issues in the Privacera Platform 6.3 release.
In air-gapped environment, Ranger pod fails to start (PRIV-11908)#
In an air-gapped environment, the Kubernetes pod that runs the Ranger service fails to start.
The Ranger API for policy creation fails if PolicyType is not provided (PRIV-11806)#
Workaround: If you are using the API or the Ranger client to create policies, you must specify the policyType
.
For example,
policyType = 0
policyType
(int
type of policy) value can be any of the following:
- Set
0
for access - Set
1
for data-mask - Set
2
for Row-Filter
Special Characters in CSV Column Headers Not Supported (CLOUD-6154)#
The following special characters are not supported in column headers in CSV files:
!
, @
, #
, %
, ^
, &
, *
A problem with creating a table for FGAC in the Databricks Runtime versions 9.1 LTS and 10.3 (PRIV-11245)#
Attempts to create a table with USE
and LIKE
fails because GRANT
permission on the default database is required.
Workaround: Give create/select permissions to the default database, but only to the source/target tables. The schema is copied correctly from source to target.
Problem with ADLS file in File Explorer (PRIV-10757)#
File Explorer does not display ADLS files in a non-SSL environment with dataserver.
Workaround: To fix this, switch from non-SSL to SSL environment.
Error in Portal for Accessing ADLS in File Explorer (PRIV-10690)#
When accessing an Azure storage account from File Explorer in a non-SSL environment, the portal throws an error.
Workaround: To fix this, switch from non-SSL to SSL environment.