gchq / Palisade

A Tool for Complex and Scalable Data Access Policy Enforcement
Apache License 2.0
96 stars 18 forks source link

Allow lambda's in Rules #130

Closed ac74475 closed 5 years ago

ac74475 commented 6 years ago

At the moment there are several ways to define rules, however they all require that the Rule/Function/Predicate is a pre-compiled Java class which is distributed with the data service at the time of deployment. It would be really valuable if we could find a way to allow lambda functions to be used within those Rule's, in a way that doesn't need the data service to be redeployed when a new rule is generated.

m09526 commented 5 years ago

Will become part of wider work on how policy in Palisade is defined.