Daria Mayorova

Results 32 comments of 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: ![Screenshot from 2022-10-20 14-45-49](https://user-images.githubusercontent.com/1270328/196953086-d464327f-d9e7-4d5f-b641-75d9465b2772.png) ![Screenshot from 2022-10-20 14-46-01](https://user-images.githubusercontent.com/1270328/196952900-208e8b09-e728-43ec-9a50-6dcb9f91988c.png) ![Screenshot from 2022-10-20 14-46-08](https://user-images.githubusercontent.com/1270328/196952935-2a83d412-f1e3-4864-9d94-ae43a1830ac9.png)

There is also a conflict in `INSTALL.md`

Maybe we could do something to improve UX, in this branch uploading a `.gif` file shows ![logo-content-type-invalid](https://user-images.githubusercontent.com/1270328/191986723-050141bc-eeb9-4cb7-8935-17b7d0d01e07.png) Maybe we could add some message saying which formats are supported (especially as...