Skip to content

Filtering by <Selector> in ["<Value 1>", "<Value 2>", ...] #1806

@zx8

Description

@zx8

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions