[
https://issues.apache.org/jira/browse/IGNITE-9454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16664895#comment-16664895
]
ASF GitHub Bot commented on IGNITE-9454:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/5066
> 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: Ilya Kasnacheev
> Priority: Major
> Labels: easyfix
> Fix For: 2.8
>
>
> 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)