Ivan Vasyliev

Results 17 issues of Ivan Vasyliev

When I provide vault token, I'm getting keys from vault and git: ``` curl -X "GET" "http://localhost:8080/myservice.properties" -H "X-Config-Token: 27004d54-f1ac-31eb-572e-7fb1445a6be7" app.setting1: placeholder1.value placeholder1: placeholder1.value vaultkey1: secret ``` When I go...

bug

https://github.com/testcontainers/testcontainers-java/tree/master/modules/solr

enhancement
help wanted

https://github.com/testcontainers/testcontainers-java/tree/master/modules/nginx

enhancement
help wanted

https://github.com/testcontainers/testcontainers-java/tree/master/modules/cockroachdb

enhancement
help wanted

https://github.com/testcontainers/testcontainers-java/tree/master/modules/mockserver

enhancement
help wanted

https://github.com/testcontainers/testcontainers-java/tree/master/modules/orientdb

enhancement
help wanted

https://github.com/testcontainers/testcontainers-java/tree/master/modules/presto

enhancement
help wanted

https://github.com/testcontainers/testcontainers-java/tree/master/modules/mssqlserver

enhancement
help wanted

https://github.com/testcontainers/testcontainers-java/tree/master/modules/dynalite

enhancement
help wanted

When docker engine crashes (due to internal bugs), worker node gets lost and requires manual intervention. There is health check available in kops/gce: - https://github.com/kubernetes/kubernetes/blob/master/cluster/gce/gci/health-monitor.sh - https://github.com/kubernetes/kops/blob/master/upup/models/nodeup/docker/_systemd/_debian_family/files/opt/kubernetes/helpers/docker-healthcheck - https://docs.docker.com/engine/admin/live-restore/ It...