[
https://issues.apache.org/jira/browse/IGNITE-18854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Steshin updated IGNITE-18854:
--------------------------------------
Description:
{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}
Also, the visor has been removed These permissions should be removed.
was:
{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.
> Deprecate abandoned 'visor' security pemrissions.
> -------------------------------------------------
>
> Key: IGNITE-18854
> URL: https://issues.apache.org/jira/browse/IGNITE-18854
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladimir Steshin
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {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}
> Also, the visor has been removed These permissions should be removed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)