You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:03 UTC

[jira] [Closed] (GEODE-9547) Enable Redis Server to Authorize Using Security Manager

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

Owen Nichols closed GEODE-9547.
-------------------------------

> Enable Redis Server to Authorize Using Security Manager
> -------------------------------------------------------
>
>                 Key: GEODE-9547
>                 URL: https://issues.apache.org/jira/browse/GEODE-9547
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Wayne
>            Assignee: Jens Deppe
>            Priority: Major
>              Labels: pull-request-available, redis
>             Fix For: 1.15.0
>
>
> Every Redis Command/API invocation must be authorized against the customer provided Security Manager.
>  
> The SecurityManager.authorize method must be called for every Redis API call using the principal returned by the SecurityManager.authenticate method during the authentication process.
> The ResourcePermission passed to the authorize method should be the same for all operations. The actual permission string is TBD  - perhaps DATA:WRITE:REDIS_DATA ?? In the future we may provide more fine grained support with different ResourcePermissions for different redis operations.
> +Acceptance Criteria+
> TBD
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)