Olivier Cervello

Results 93 comments of Olivier Cervello

`slurp` hasn't been updated for 5 years so I doubt we will add it. Same for `subzy`. However we can consider the others if they provide the features we need.

`docker-compose logs -f web` should give you the info you need. If you are not using docker-compose, you need to find the container id for the web service, and run...

I think the main use case here for enterprises is to simplify naming conventions and extracting things from them, to simplify end-user configs like shown in [comment](https://github.com/hashicorp/terraform/issues/2771#issuecomment-648885188) above. Custom functions...

+1, I think we should produce some nice looking YAML :)

Yes, it would be nice to keep the original ordering of fields in the template file + remove the quotes. You could use a beautifier for that within Terraform after...

Implemented in the PR above. You can use mixed lists of IPs, Domains, Subdomains in that version. It should be integrated in the v2 of reNgine planned end of this...

Should be fixed in https://github.com/ocervell/rengine/pull/1. Please wait for it to be integrated in reNgine.

We can consider using paid tools that would be enable with an API key in the config. But before this, let's answer these questions: - [ ] Which features do...