You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/04/12 03:45:00 UTC

[jira] [Assigned] (IGNITE-8201) Refactor REST API for authentication

     [ https://issues.apache.org/jira/browse/IGNITE-8201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kuznetsov reassigned IGNITE-8201:
----------------------------------------

    Assignee: Pavel Konstantinov  (was: Alexey Kuznetsov)

Pavel, please test in branch ignite-8201.

 

To test:
 # Enable authentication: on IgniteConfiguration do: setAuthenticationEnabled(true);
 # Now all REST command should failed (except new command authentication).
 #  Execute authentication command - you should receive token.
 # All REST command should work with that token (&sessionToken=token)

> Refactor REST API for authentication
> ------------------------------------
>
>                 Key: IGNITE-8201
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8201
>             Project: Ignite
>          Issue Type: Task
>          Components: rest
>            Reporter: Alexey Kuznetsov
>            Assignee: Pavel Konstantinov
>            Priority: Major
>             Fix For: 2.5
>
>
> # Introduce "authenticate" command.
>  # All subsequent commands should be executed with session token from step 1.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)