Tommy McNeely

Results 134 comments of Tommy McNeely

Ah yes... its stuff like that where it feels like you still need intimate knowledge of the underlying container OS. The `-N` is a syntax error, but without it, you...

It would be pretty cool if it would enable http-probe *if* there are exposed ports. Of course assuming that a port is http is also not awesome. I think this...

If no exposed ports, don't probe anything, unless the command line options override. I would probably avoid detecting listening ports. If they dont `EXPOSE` it, they probably don't want it...

This request is not for package management, but it would be a lot easier if there were OS level packages (as noted). Puppet is a configuration management software, similar in...

I have decided to set my name like: ``` maintainers: - name: TJM # Tommy McNeely ``` ... which makes this validator happy, and still puts useful information on the...

For what it's worth, the example I posted above is being used for one of our internal apps, and has been working fine. ;)

;) For now, we are using Vault Agent (injector) and writing the credentials to a file in tmpfs, which is read by the node app whenever it needs to authenticate....

@aviadhahami - Instead of using this SDK to integrate to vault directly, we are using [Vault Agent](https://developer.hashicorp.com/vault/docs/agent-and-proxy/agent) as a sidecar container, which handles the authentication (kube auth) and maintaining the...

Yes, we would like this SDK to handle dynamic credentials. Right now it handles static credentials, but not dynamic ones. The Vault agent solution is a workaround. Here is an...

The provider_config doesn't seem like a very good field/block to "ignore" and we would like to avoid "perma-diffs" as they become noise, then when something is actually changing, we don't...