Daria Mayorova
Daria Mayorova
@mikz Any policy really, the idea is to have this included into the policy configuration JSON schema, then any policy can use it. For example, the `url` config parameter for...
@mikz but then it also needs to be added to https://github.com/3scale/apicast/blob/master/gateway/src/apicast/policy/manifest-schema.json, right? Btw, specifically in case of `upsteam` policy `"format": "uri"` is not exactly correct. The policy expects `https?://host:port`, and...
@mikz Would this work? https://gist.github.com/mayorova/9d396e52780a637d6894018b7ec8f648
@mikz Well, you were looking the steps to reproduce :) Here they are. When `apicast -h` is started from the root APIcast directory, it works, but when it's called from...
Seems to be the same issue reported here: https://issues.jboss.org/browse/THREESCALE-1660
IMO, we shouldn't have this conditional logic at entrypoint. Instead, I think we need to build the image with the libraries available in the base, and export LD_PRELOAD on the...
Added a couple of nitpicks. I think we can ignore the "Utility Function" warning - we discussed that before, it doesn't make much sense in tests. Otherwise - great job!...
Create Application from Account is broken:   
There is also a conflict in `INSTALL.md`
Maybe we could do something to improve UX, in this branch uploading a `.gif` file shows  Maybe we could add some message saying which formats are supported (especially as...