Viktor Voronin
Viktor Voronin
> It seems like it would be fairly simple to add a simple LRU caching middleware to Traefik. The tricky part would be the configuration side, being able to specify...
I'm looking for a way to specify different hosts for connection, TLS and HTTP. Something like, ``` http https://foo.com --sni-host bar.com Host:baz.com ``` where I expect the client connect to...
The issue is indeed comes from PostgreSQL but I can't blame the database for it. The migration tool (here flywaydb) has to take into account that PostgreSQL before version 12...
This worked for me https://github.com/airbytehq/airbyte/issues/18217#issuecomment-1500722430
> @suzuki-shunsuke, @voroninman. Any chances of taking it to completion? It's been a while since I created the PR. Is anything missing?
> Hello @suzuki-shunsuke and @voroninman, I hate to be a nag but I would really appreciate this too! Thanks! There is not much I can do. The repository seems adandoned....
The workaround is to build it with `docker build`, `docker tag` and `docker push` and hopefully Docker will reply quick on your next `terraform apply`. It's not always the case...
Also, I haven't found a way to sneak peek into the progress of creating a `docker_registry_image` so I had put a Unix socket "proxy" up with `socat -d -v -d...
The timeout itself comes from https://github.com/hashicorp/terraform-plugin-sdk/blob/112e2164c381d80e8ada3170dac9a8a5db01079a/helper/schema/resource_data.go#L409-L415.
FYI, > The workaround is to build it with `docker build`, `docker tag` and `docker push` and hopefully Docker will reply quick on your next `terraform apply`. It's not always...