[
https://issues.apache.org/jira/browse/IGNITE-9454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Kasnacheev updated IGNITE-9454:
------------------------------------
Labels: easy-fix (was: )
> 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)