Nouman Saleem
Nouman Saleem
@sethvargo what I'm actually trying to accomplish is querying across all services by tag. In my case, I have multiple services which will be routed to by the same proxy....
@sethvargo totally does, but was trying to make it a little dynamic ;) not knowing services ahead of time. I've put together an app in the meantime to watch for...
Would totally help
@sethvargo as @sielaq said, it would be perfect if it iterated over all services. That + byTag would work for me. For now, template for a template is still working...
Looks great! @chrisb2 would you consider publishing this under a different name? There are at least three variations of the urequests package living in pip already (https://pypi.org/search/?q=urequests) Possibly: `chrisb2-urequests`
@progrium any update on this?
As a workaround, I run dnsmasq in a container and specify the it as the recursor https://github.com/NoumanSaleem/docker-consul/blob/master/config/consul.json
Would love to see this
Seems like it's implemented https://github.com/mitchellh/packer/blob/51002e8c6fa8d367e02e074701efa3974ee079cb/builder/amazon/common/step_get_password.go#L113
`oneOf` in place of `anyOf` works..odd