Miguel Ángel García

Results 24 comments of Miguel Ángel García

why aren't you considering to add YAML support on jq? YAML is just a superset of JSON, so just changing the loader to a YAML one everything should work in...

Same problem. I just upgraded to helm operator chart version 2.27.1 and worked fine.

Tested, @gusfcarvalho, and it worked: ![image](https://user-images.githubusercontent.com/584026/166657292-cd053204-5e4c-4ca1-88ba-873a4ee5af00.png) I think my problem was that I misunderstood documentation. Currently,[ it says](https://external-secrets.io/v0.5.1/guides-ownership-deletion-policy/#retain-default): > Retain will retain the secret if all provider secrets have been...

I've tried to add it in a simple way: ``` import kopf import prometheus_client as prometheus prometheus.start_http_server(9090) REQUEST_TIME = prometheus.Summary('request_processing_seconds', 'Time spent processing request') @kopf.on.create('zalando.org', 'v1', 'kopfexamples') @REQUEST_TIME.time() def create_fn(spec,...

> This should be implemented with an active scan rule not passive (passive should act just on existing content). Either way you need to [reserve a scan rule ID](https://github.com/zaproxy/zaproxy/blob/5a926edcf61acda70fd974befefb7456ab99167c/docs/scanners.md). Yeah,...

Changed according to conversations. I tried to write some tests, but not sure if they will work.

@kingthorin Oh, my bad. So you proposed to keep the dns plugin, but creating several `AbstractAppPlugin` inside, each one with a different ID. The first one would be the SPF...

@kingthorin sorry, I forgot to add the new files to git after renaming them. I've been testing it and seem to work fine, but there is an exception. Because the...