Iaroslav Sheptykin

Results 9 comments of Iaroslav Sheptykin

@tniebergall , thanks for the quick reply! Do you have any hints on how one would add at least a multistore support? If that's not much effort I'd try to...

Disabling certificate validation shold be the option of last resort as it makes it easy to break tls. Better approach would be to try to add heroku's (root & intermediate)...

I was able to reproduce my issue in this MR: https://app.circleci.com/pipelines/circleci/Ty1FBMSY599GLXNCuu7eco/TcvQehEnzgi2Sornz7FLNz/3/workflows/094ac1c5-a6d5-40d8-854d-3d3a7acc09d7/jobs/2/steps ``` Failed test_runner_test.go:90: Error Trace: /home/circleci/project/pkg/unittest/test_runner_test.go:90 Error: Should be true Test: TestV3RunnerOkWithPassedTests Messages: ### Chart [ basic ] ../../test/data/v3/basic...

The evaluator for `yaml-jsonpath` does seem to return an array of elements for a similar jsonpath: ![grafik](https://github.com/helm-unittest/helm-unittest/assets/636846/62a8018d-43e6-4916-8199-ec9519d08dd9)

@quintush I've played a bit with the implementation in my draft and I got a bit stuck deciding what I actually trying to achieve :) TLDR; should I carry on...

Would be great to get this MR landed soon as it will our redis-ha installation in Kubernetes environment more resilient.

@solverat could you write a couple of words why you don't think JWT is not a good idea?

@aryaantony92 could you describe a bit more what you aim for with this improvement? Maybe I can do a PR if you find it helpful.

Do you what to move [these two services](https://github.com/pimcore/skeleton/blob/11.x/docker-compose.yaml#L66-L89) into a separate docker-compose.yml? Like docker-compose.test.yml?