Re: REST API Secret key not working

2017-10-13 Thread dkarachentsev
Ankit, Thanks for pointing to mistake in documentation. I've suggested edits for it. Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: REST API Secret key not working

2017-10-11 Thread Ankit Singhai
It's working thanks please someone correct the documentation setSecretKey(String) Defines secret key used for client authentication. When provided, client request must contain HTTP header X-Signature with the string "[1]:[2]", where [1] is timestamp in milliseconds and [2] is the Base64 encoded

REST API Secret key not working

2017-10-11 Thread Ankit Singhai
Hi All, I am trying to use secret key for REST API. Snippet of Ignite Config XML REST request via POSTMAN OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder()