Aron Gates
Aron Gates
I am trying to define the Adminer connection in my `docker-compose` file. The only `env` documented is `ADMINER_DEFAULT_SERVER=mysql` Is this the only `env` available to configure? Is this supposed to...
for local development and easy of onboarding developers (using docker to achieve that goal) how can we pass plugins through via the `docker-compose` file?
For my use case, because of this lack of docs, I switched to [SqlPad](https://github.com/sqlpad/sqlpad)
Thank you @MiltiadisKoutsokeras !
Hey Moskyb, thanks for the detailed explanation! Even if the hosts are not set, and the file exists in the magic location, the datadog client will still use `localhost:8126` by...
this is happening for me too: the load balancer is reporting that the health check is failing for all 3 instances. @sethvargo looks like something happened where this terraform config...
``` vault secrets enable -path=secret -version=2 kv Error enabling: Post "https:///v1/sys/mounts/secret": EOF ``` I actually get this error rather than a connection refused error
 all the pods are healthy upon Kubernetes inspection, it is just a failure of the health check (and also a failure of accessing the UI through port 8200)
logs for vault-0 vault-init: ``` 2021/08/10 23:13:17 Starting the vault-init service... 2021/08/10 23:13:17 Head http://127.0.0.1:8200/v1/sys/health: dial tcp 127.0.0.1:8200: connect: connection refused 2021/08/10 23:13:27 Vault is not initialized. 2021/08/10 23:13:27 Initializing......
this project is no longer supported ? @sethvargo