Hi,
I am trying to create a policy for users where in they get access to multiple paths i.e. his private path and a path to a "group secret" path based on his group membership. for example:
{
"name": "kartikeya.puri",
"rules": "path \"secret/usr/kartikeya.puri*\" {capabilities = [\"create\", \"list\", \"read\", \"update\", \"delete\"]} path \"secret/group/mygroup*\" {capabilities = [\"create\", \"list\", \"read\", \"update\", \"delete\"]}"
}
While I am able to create the policy using REST APIs, a token generated using this policy would not be able to access this data. Am I doing something wrong (which I am sure I am)?
Regards,
Kartik