RE: Self manageemnt script ( Control Scripts) + Ignite .NET Clusters

2024-09-16 Thread satyajit.mandal.barclays.com via user
Sent: Monday, September 16, 2024 12:36 PM To: Mandal, Satyajit: IT (PUN) Cc: user@ignite.apache.org Subject: Re: Self manageemnt script ( Control Scripts) + Ignite .NET Clusters CAUTION: This email originated from outside our organization - ptupit...@apac

Re: Self manageemnt script ( Control Scripts) + Ignite .NET Clusters

2024-09-16 Thread Pavel Tupitsyn
Hi, control script [1] uses REST API You can disable it or set up secret keys, SSL, etc, as described in the docs [2] To do that from .NET, use IgniteConfiguration.SpringConfigUrl property [3] [1] https://ignite.apache.org/docs/latest/tools/control-script [2] https://ignite.apache.org/docs/latest

Self manageemnt script ( Control Scripts) + Ignite .NET Clusters

2024-09-15 Thread satyajit.mandal.barclays.com via user
Hi Pavel, How can we prevent self-management scripts ( Control scripts) to join the cluster which has TLS/SSL enabled. Currently without certificates it is able to join the cluster though TLS/SSL is enabled in Ignite .NET Cluster. Is there any setting on server nodes whic