Abhishek Shukla created KNOX-1732:
-------------------------------------
Summary: Documentation Improvements [Knox High Availability
Section ]
Key: KNOX-1732
URL: https://issues.apache.org/jira/browse/KNOX-1732
Project: Apache Knox
Issue Type: Improvement
Components: Site
Affects Versions: 1.2.0
Reporter: Abhishek Shukla
Fix For: 1.3.0
* Knox High Availability Config Section, path for credentials,jceks file is not
correct.
Currently in the User Guide, path refers to knox conf directory:
{code:java}
{GATEWAY_HOME}/conf/security/keystores/{TOPOLOGY_NAME}-credentials.jceks
{code}
It should be data directory:
{code:java}
{GATEWAY_HOME}/data/security/keystores/{TOPOLOGY_NAME}-credentials.jceks
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)