You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Steshin (Jira)" <ji...@apache.org> on 2023/02/21 13:31:00 UTC

[jira] [Updated] (IGNITE-18854) Deprecate abandon 'visor' security pemrission.

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

Vladimir Steshin updated IGNITE-18854:
--------------------------------------
    Summary: Deprecate abandon 'visor' security pemrission.  (was: Remove or deprecate abandon 'visor' security pemrission.)

> Deprecate abandon 'visor' security pemrission.
> ----------------------------------------------
>
>                 Key: IGNITE-18854
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18854
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vladimir Steshin
>            Priority: Minor
>
> {code:java}
> org.apache.ignite.plugin.security.SecurityPermission
> {code}
> has some visor-related permissions which are not used anywhere except the tests:
> {code:java}
>     /** Common visor view tasks permission. */
>     ADMIN_VIEW,
>     /** Visor cache read (query) permission. */
>     ADMIN_QUERY,
>     /** Visor cache load permission. */
>     ADMIN_CACHE,
> {code}
> These permissions should be removed.



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