You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Borunov (Jira)" <ji...@apache.org> on 2022/06/30 08:55:00 UTC

[jira] [Updated] (IGNITE-17234) "version" and "probe" REST commands should not require authentication

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

Dmitriy Borunov updated IGNITE-17234:
-------------------------------------
    Reviewer: Andrey Novikov

> "version" and "probe" REST commands should not require authentication
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-17234
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17234
>             Project: Ignite
>          Issue Type: Improvement
>          Components: rest
>            Reporter: Dmitriy Borunov
>            Assignee: Dmitriy Borunov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> *Actual:*
> /ignite?cmd=version and /ignite?cmd=probe both return:
> {code:java}
> {"successStatus":2,"error":"Failed to authenticate remote client (secure session SPI not set?): GridRestRequest [destId=null, clientId=3fbf0a38-4d80-42f3-9f77-a0ba7e2da396, addr=/127.0.0.1:54649, cmd=<cmd>, authCtx=null]","sessionToken":null,"response":null} {code}
> *Expected:*
> {code:java}
> {"successStatus":0,"error":null,"sessionToken":null,"response":"grid has started"} {code}
> These two commands should not require authentication because it could cause a timeout due to system cache usage (transactions + pme ). These commands may be blocked for some time or timed out. It can be interpreted as a cluster failure.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)