Sumanth Reddy

Results 24 comments of Sumanth Reddy

have same issue as mentioned in https://github.com/kelseyhightower/confd/issues/842#issue-790191796 I had to use @abtreece fork to make this work on mac.

+1 for the feature. I can't imagine why AWS already didn't implement this, atleast as a optional setting in ECR. This improves developer experience hugely.

Worked for me too, but now the build doesn't notify if it has started or in progress etc, like it does before.

This would be a really great metric to have. Helps us to understand the time taken for services to come up in cluster.

@johnharris85 Sure, i wanted to try things out, but kinda new to golang and needed some directions. If you can help me out with pointers, i can try contributing.

I think my approach might be like create a standalone go code which reads the certs and checks if given domain is in list of san fqdns or if sub...

Following above sequence i tried out standalone code as below - ``` package main import ( "crypto/tls" "crypto/x509" "fmt" "log" ) func main() { // kumactl generate tls-certificate \ //...

I propose the following changes. Also find the patch file for your reference - [diff.txt](https://github.com/kumahq/kuma/files/9386293/diff.txt) **Proposed changes** Remove manual check of host from list of SAN's and use the inbuilt...

Next step is how to run the tests for this scenario and fix them if needed. We have altered the `bootstrapGenerator` struct, so need to fix all the instances of...

@johnharris85 Please review above approach. If this seems good enough, ill raise PR for the same.