Robert Weber
Robert Weber
As for your first, I can try that. For the second though, this is a situation with 2 different roles. Isn't the matcher run through the roles individually? How can...
My suggestions are possibly tailored to my use case but in the most generic way I want a function like this: ```golang func EnforceWithMultipleMatch(positiveMatchers []string, negativeMatchers []string, ...interface{}) (bool, error)...
This is exactly what I envisioned. As for a MR, I am bound by a legal department but I will quickly submit a request to contribute to them and once...
I checked with legal and F5 has a number of patents around RBAC and it would likely take months of legal wrangling in order to verify that my contributions were...
This example doesn't give the functionality I want. I want: Policy A : R/W to /foo/bar/* Policy B : R only to /foo/bar/baz/* notice that the paths overlap. The only...
Yeah, I have a negative matcher hacked in using EnforceWithMatcher but the original issue is that I would like both matchers in my config file. Currently the config file only...
Will this allow client side SSL auth then? If so it is definitely something that I'm interested in using/seeing. As far as I can tell the only Automated REST testing...
I have a proposed solution to at least some of the external refs issues here: https://github.com/deepmap/oapi-codegen/pull/48 The primary issue is that external refs should reside in a different package. The...
do you mind rebasing @gburgett? I'm trying to get as many of these out of the way so we can focus on the breaking change PR's that are still pending.
I merged the fixes to the race condition in the bulk indexer and you will need to merge your changes again. @gburgett