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

[jira] [Commented] (IGNITE-9454) SecurityPermissionSetBuilder fails to append system permission CACHE_CREATE

    [ https://issues.apache.org/jira/browse/IGNITE-9454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602153#comment-16602153 ] 

Ilya Kasnacheev commented on IGNITE-9454:
-----------------------------------------

Hope it gets into 2.7, looks like an easyfix


> SecurityPermissionSetBuilder fails to append system permission CACHE_CREATE
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-9454
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9454
>             Project: Ignite
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.5
>            Reporter: Alexey Kukushkin
>            Assignee: Alexey Kukushkin
>            Priority: Major
>              Labels: easyfix
>
> SecurityPermissionSetBuilder fails to append system permission CACHE_CREATE, CACHE_DESTROY and JOIN_AS_SERVER
> +*Reproducer*+:
> SecurityPermissionSetBuilder.create().appendSystemPermission(SecurityPermission.CACHE_CREATE)
> The code above throw IgniteException saying that a security permission name should begin with either EVENTS_ or ADMIN_
> *+Solution+:*
> Update SecurityPermissionSetBuilder to:
>  # allow system permissions CACHE_CREATE, CACHE_DESTROY and JOIN_AS_SERVER
>  # restrict cache presmissions CACHE_CREATE, CACHE_DESTROY
>  # add automated tests
>  



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