Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Possibility to use a wildcard to address multiple indices in a constraint statement #11

Open
jzipfler opened this issue Aug 22, 2014 · 0 comments

Comments

@jzipfler
Copy link

I am using the bro framework to gather data and store them in the database.
Bro creates indices like "bro-201408220900".
I tried to use a star as wildcard, to restrict access to the bro related fields like that:
POST /security/constraint/
{
"authenticator" : "index",
"paths" : ["bro-*"],
"methods" : ["get", "post"],
"roles" : ["admin"]
}

Is this even possible to use such wildcards for content constraints or do I use them wrong?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant