eh-steve
eh-steve
Sorry about that, we ended up implementing a few more changes in another working branch but forgot to bring them into this one - will update
I can’t really tell from the logs whether the CI is failing due to my changes…
I can’t really tell from the logs whether the CI is failing due to my changes… if it’s just the commit message linting, I was going to squash everything
Does [this](https://github.com/imdario/mergo/pull/227) address the issue (I've added more complete tests)?
The reason for this is where routes are built up programmatically from a configuration, not hard coded by a developer. In this case, the application needs to know the registered...
I'm not sure I follow what you mean about choices - right now, there's no way of knowing which vars a route captures (on the basis that the caller might...
Sure, so: Imagine an application that makes HTTP requests based on variables coming from an inbound messages (e.g. from a kafka topic). It could take a set of YAML configurations...
> To remove curly braces {} and slash / writing half of the function identical to newRouteRegexp: https://github.com/gorilla/mux/blob/master/regexp.go#L41 doesn't sounds like a good idea That's how I first started (on...
Just resurrecting this issue, as we've come across this use case where we want HashiCorp Vault issued certificates to have a custom principal mapping rule to extract the common name...
Would it help if there was a single list where strimzi internal principal names were added, and the same list was used in all places (CAs, ACLs, this check etc)?...