Hi
We are trying to create a policy with a regular expression.
Assume that we have a resource of the following format /outage/outages/{customerId}/{siteId} /outage/skills/{customerId}/{siteId}
We would like to use regular expressions so that I can create less no. of policies as they all fall under the same access control restrictions. Ex: I can have one policy for the above outage services - /outage/regularexpression/{customerId}/{siteId}
Is it supported in the ACS ?
Thanks Kishore
Answer by Lipkind@ge.com · Jul 28, 2015 at 11:30 PM
Yes, you can use regular expressions in resource URI. We are using URI template spec: [https://tools.ietf.org/html/rfc6570][1]. Please pick reg. expression format from a spec. As far as specifying multiple URI templates in single policy, it is not supported for now, but we consider having it on our agenda. For now you can only specify multiple actions in single policy.