You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Abhishek Shukla (JIRA)" <ji...@apache.org> on 2019/01/09 07:06:00 UTC

[jira] [Created] (KNOX-1732) Documentation Improvements [Knox High Availability Section ]

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)