Daniel Carbone

Results 66 comments of Daniel Carbone

> Thanks, @dcarbone - I may just end up switching to yours! To be clear, "my" version is just me building @jacobalberty's Dockerfile and pushing to my dockerhub account. The...

`lsof` output with sample code: #### When binding `0.0.0.0`: ```shell # sudo lsof -nP -i4TCP | grep LISTEN | grep 9002 # ``` (results in empty output, exit code 1)...

It looks like this new check can be disabled via [disable_http_unprintable_char_filter](https://developer.hashicorp.com/consul/docs/reference/agent/configuration-file/general#disable_http_unprintable_char_filter). Have you tried setting this to `true` in your agent config?

I mentioned this over on #22822, but you should be able to control whether the check runs or not via this agent config key: https://developer.hashicorp.com/consul/docs/reference/agent/configuration-file/general#disable_http_unprintable_char_filter

Hi @sethsandaru, has any progress been made on 2.0 of DocKing?

I'm running into this with a job that contains two tasks, each with their own vault roles & policies. I have several other batch jobs with vault integration that are...