You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Green <15...@163.com> on 2018/03/23 12:39:22 UTC

Build a cluster with auth

I am a new user of Ignite.
I have used Hazelcast before, if i set the group name and password, nodes
with the same properties will be build in a cluster.
How can i achieve this in Ignite? i have tried use GridSecurityProcessor,
but the second node is denied with exception and start fail.
Please give me some suggestions~




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Build a cluster with auth

Posted by Stanislav Lukyanov <st...@gmail.com>.
Hi,

Apache Ignite doesn't provide authentication, only securing the connections
with SSL/TLS (https://apacheignite.readme.io/docs/ssltls). More security
features can be implemented as a plugin or you could use one from a
3rd-party vendor, see https://apacheignite.readme.io/docs/advanced-security.

Thanks,
Stan



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Build a cluster with auth

Posted by Dmitriy Setrakyan <ds...@apache.org>.
Hi,

Ignite is adding basic authentication capability for thin clients in the
upcoming 2.5 release - you will be able to provide user name and password
to connect to the cluster:

https://issues.apache.org/jira/browse/IGNITE-7436

You may already try it in the nightly builds:
https://ci.ignite.apache.org/viewLog.html?buildId=lastSuccessful&buildTypeId=Releases_NightlyRelease_RunApacheIgniteNightlyRelease&tab=artifacts&guest=1

D.



On Sun, Mar 25, 2018 at 11:05 PM, Green <15...@163.com> wrote:

> Hi
>   Can you show your solution? I am very upset about this.
> Thanks
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: Build a cluster with auth

Posted by Green <15...@163.com>.
Hi
  Can you show your solution? I am very upset about this.
Thanks



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Build a cluster with auth

Posted by Paul Anderson <de...@gmail.com>.
I recently implemented something similar... Will try to share tomorrow...
Travelling at the moment

On 23 Mar 2018 1:39 pm, "Green" <15...@163.com> wrote:

I am a new user of Ignite.
I have used Hazelcast before, if i set the group name and password, nodes
with the same properties will be build in a cluster.
How can i achieve this in Ignite? i have tried use GridSecurityProcessor,
but the second node is denied with exception and start fail.
Please give me some suggestions~




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/