Renato Lima

Results 56 comments of Renato Lima

@bk138 thanks for your review! Actually I did a lot of changes since this PR that are in my fork, which include some cool features (based on MIcrosoft ZoomIt) like...

@Jeffail it worked!! but I had to change the line `root.status = root.response.trim("!")` to `root.status = this.response.trim("!")` Going one step forward studying benthos, I'm now trying to forward **all** the...

@mihaitodor, thanks, but the problem is that I don't want to remove **all meta**, because there are headers coming from the input that I want to forward to the http...

As a suggestion, I didn't examine the code, but meta could have an entire object instead of a flat list of mixed key/values. (i.e. map[string]interface{}) That way you could differentiate...

It could be possible to supress error logs based on `successful_on` field.

Hi @pmorelli92 would you be interested to send a pull request implementing that? :) It might be a matter of modifying the current pipeline (which already uses buildx): https://github.com/natenho/Mockaco/blob/c3dcc72acb2d82155c8125721925693573a53af6/.github/workflows/main-release.yml#L67

Same problem here, setting AWS_PROFILE= doesn't work aswell. I tried many different combinations and the credential helper did not work. `no basic auth credentials`

@matuszeman yes, I have the permsision GetAuhtorizationToken permission. I'm also able to perform pulls authenticating via aws ecr get-login-password | docker login, but not via credential helper =/ I noticed...

Interesting! It may be a quick fix, would you like to try? It would be great to merge your code here, maybe also giving opinion on the code itself! :)

We can go with the second one > always treat as relative to json mock file, of course, we will support ./ and ../ syntax but if the file is...