RE: Authentication

2019-09-18 Thread Kurt Semba
Hi Andrei, thank you for the details. Kurt From: Andrei Aleksandrov Sent: Tuesday, September 17, 2019 10:50 AM To: user@ignite.apache.org Subject: Re: Authentication External Email: Use caution in opening links or attachments. Hi Kurt, Yes, you can create new users via SQL as was mentioned

Re: Authentication

2019-09-17 Thread Andrei Aleksandrov
From:*Andrei Aleksandrov *Sent:* Monday, September 16, 2019 12:13 PM *To:* user@ignite.apache.org *Subject:* Re: Authentication *External Email:*Use caution in opening links or attachments. Hi, I guess that here Ignite has some documentation gap. Advanced security out of the box will work only with

RE: Authentication

2019-09-16 Thread Kurt Semba
: Andrei Aleksandrov Sent: Monday, September 16, 2019 12:13 PM To: user@ignite.apache.org Subject: Re: Authentication External Email: Use caution in opening links or attachments. Hi, I guess that here Ignite has some documentation gap. Advanced security out of the box will work only with thin

Re: Authentication

2019-09-16 Thread Andrei Aleksandrov
Hi, I guess that here Ignite has some documentation gap. Advanced security out of the box will work only with thin connections like webconsole, ODBC/JDBC, etc. To get cluster node authentication you should add GridSecurityProcessor implementation:

Re: Authentication for Apache Ignite 2.5

2018-07-10 Thread aealexsandrov
Hi, 1)According to advanced security that provided by default: https://apacheignite.readme.io/docs/advanced-security It will provide the possibility to create/drop/alter the users. Also, it provides the only simple authentification with the password. Note that it required the persistence and .

Re: Authentication

2017-09-06 Thread franck102
Hi all, I am reviving this thread because as far as I can tell the initial question was not answered, and I am hitting the same problem: "* when a node starts up it needs to fetch the local password and store it in it's own configuration " ... and I can't figure out how to do that?? The only

Re: Authentication

2017-03-08 Thread Andrey Mashenkov
Hi, It looks like you need to implement *DiscoverySpiNodeAuthenticator*. You can use *ClusterNode *attribute to authenticate node inside ' *DiscoverySpiNodeAuthenticator.authenticateNode()'* method. You can find in source code how *IgniteNodeAttributes.ATTR_SECURITY_CREDENTIALS *attribute passed