Tristan Tarrant created ISPN-12668:
--------------------------------------
Summary: ACL endpoint
Key: ISPN-12668
URL:
https://issues.redhat.com/browse/ISPN-12668
Project: Infinispan
Issue Type: Enhancement
Components: Console, REST, Security
Affects Versions: 12.0.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 12.1.0.Final
Implement an ACL endpoint which returns the ACL for all of the contexts of the current
user.
Endpoint: {{/v2/user/acl}}
Returned object:
{code:json}
{"global":["LIFECYCLE","READ","WRITE","EXEC","LISTEN","BULK_READ","BULK_WRITE","ADMIN","ALL","ALL_READ","ALL_WRITE"],
"caches":{
"cache":["LIFECYCLE","READ","WRITE","EXEC","LISTEN","BULK_READ","BULK_WRITE","ADMIN","ALL","ALL_READ","ALL_WRITE"],
"___protobuf_metadata":[],
"___script_cache":[]}}
{code}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)