I know it's possible to filter by "<Value>" in <Selector>, but is there a way to do the opposite?
Currently I'm doing the following, which is a bit tedious:
"/userinfo/email" == "foo@example.com" or "/userinfo/email" == "bar@example.com" or "/userinfo/email" == "baz@example.com"
It would be a lot easier to be able to do something like:
"/userinfo/email" in ["foo@example.com", "bar@example.com", "baz@example.com"]
Ref. https://www.boundaryproject.io/docs/concepts/filtering