You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/06/29 10:13:00 UTC

[jira] [Updated] (IGNITE-9867) Add ability to block out of range IP on discovery request

     [ https://issues.apache.org/jira/browse/IGNITE-9867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-9867:
--------------------------------------
    Fix Version/s:     (was: 2.9)

> Add ability to block out of range IP on discovery request
> ---------------------------------------------------------
>
>                 Key: IGNITE-9867
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9867
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 2.7
>            Reporter: ARomantsov
>            Priority: Critical
>
> Now we can set list of cluster collector node, but cannot deny another ips to connect to our cluster
> {code:java}
> <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
>                 <property name="ackTimeout" value="60000"/>
>                 <property name="maxAckTimeout" value="300000"/>
>                 <property name="reconnectCount" value="2"/>
>                 <property name="socketTimeout" value="30000"/>
>                 <property name="ipFinder">
>                     <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
>                         <property name="addresses">
>                             <list>
>                             </list>
>                         </property>
>                     </bean>
>                 </property>
>             </bean>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)