Re: failed to connect to secure ignite server from ignite web agent

2019-01-16 Thread Alexey Kuznetsov
Hi, Shivakumar!

If you want to connect to cluster with enabled security you need to
configure following properties on Web Agent:
"--node-login" and "--node-password" via command line or
"default.properties" file.

[1] For example: ignite-web-agent.sh  --node-login ignite --node-password
ignite

Please note, that it is recommended to add a special user for that,  for
example, with name "web_agent"

And in that case command [1] will looks like:
ignite-web-agent.sh  --node-login  web_agent  --node-password
some_pwd_of_web_agent

-- 
Alexey Kuznetsov


failed to connect to secure ignite server from ignite web agent

2019-01-16 Thread shivakumar
Iam trying to connect to ignite server from web agent but it is giving the
below exception:

[2019-01-15 15:54:13,684][INFO ][pool-1-thread-1][RestExecutor] Connected to
cluster [url=https://ignite-service.default.svc.cluster.local:8080]
[2019-01-15 15:54:13,720][WARN ][pool-1-thread-1][ClusterListener] Failed to
handle request - session token not found or invalid

i enabled authentication in ignite servers.
it looks like it is a known issue in 2.6 and it is fixed in 2.7. 
can i get a jira ticket used to fix this issue in 2.7.





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