https://wso2.org/jira/browse/APIMANAGER-1603

<!--
        Configurations related to enable thrift support for key-management
related communication.
        If you want to switch back to Web Service Client, change the value
of "KeyValidatorClientType" to "WSClient".
        In a distributed environment;
        -If you are at the Gateway node, you need to point
"ThriftClientPort" value to the "ThriftServerPort" value given at
KeyManager node.
        -If you need to start two API Manager instances in the same
machine, you need to give different ports to "ThriftServerPort" value in
two nodes.
        -ThriftServerHost - Allows to configure a hostname for the thrift
server. It uses the carbon hostname by default.
        -->

        <KeyValidatorClientType>ThriftClient</KeyValidatorClientType>
        <ThriftClientPort>10398</ThriftClientPort>
        <ThriftClientConnectionTimeOut>10000</ThriftClientConnectionTimeOut>
        <ThriftServerPort>10398</ThriftServerPort>
        <!--ThriftServerHost>localhost</ThriftServerHost-->
        <EnableThriftServer>true</EnableThriftServer>
        <!--
           This parameter is used to specify Thrift server host name. In a
distributed deployment we must set this parameter
           if keymanager running on separate machine. Gateway use this
parameter to connect key validation thrift service
        -->
        <!--ThriftServerHost>127.0.0.1</ThriftServerHost-->


-- 
*Chamara Ariyarathne*
Senior Software Engineer - QA;
WSO2 Inc; http://www.wso2.com/.
Mobile; *+94772786766*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to