-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
14.0.11.Final, 15.0.0.Final
-
None
-
Documentation (Ref Guide, User Guide, etc.), User Experience
In the CLI reference guide, we have the capability to create Roles [1]. However, this capability is missing in the REST guide [2].
I've tried to use the method as defined in the code [3], and it works with this structure
$ curl -v -X PUT --digest -u "admin:password" localhost:11222/rest/v2/security/permissions/restrole?permission=ALL_READ&permission=ALL_WRITE $ curl -X GET -u admin:password --digest localhost:11222/rest/v2/security/roles ["observer","application","clirole","admin","monitor","restrole","deployer"]
I understand that, if this is available through the CLI, this method is supported and in that case, its documentation should be trivial.
[1]https://infinispan.org/docs/stable/titles/cli/cli.html#synopsis_43
[2]https://infinispan.org/docs/stable/titles/rest/rest.html#rest_v2_security
- is documented by
-
JDG-6365 [Doc]: ISPN-15006 [Docs] Add documentation for the Role creation REST endpoint
- New