Known issues in 7.1.9 SP1 CHF 6

The following section lists the known issues and limitations, the areas of impact, and workaround for each Runtime component.

CDPD-78656: Health test for Knox fails if the gateway.client.auth.needed = true is set
The health test for Knox Gateway fails if the gateway.client.auth.needed parameter is set to true.
To avoid the startup failure, use gateway.client.auth.wanted = true.
CDPD-77911: Missing Log4j Redactor dependency
The missing org.cloudera.logredactor dependency can result impossible Log4j errors during startup. Additionally, it can lead to unwanted data leak because of incorrect log redaction.
CDPD-80921: Without permission for one glossary, /glossary call throws exception
When you don't have the permission for a glossary, the /glossary call results in a exception, blocking authorization for all glossaries. The error message is the following:
{  "errorCode": "ATLAS-403-00-001",  "errorMessage": "hrt_qa is not authorized to perform read entity: guid=*********-****-****-****-*******"}  
CDPD-79160: NPE while deleting BusinessMetadata
If business metadata is created without adding any applicable types, a NullPointerException is produced when we try to delete that business metadata.
None

Apache Jira: ATLAS-4863