Matt
Matt
@Scooletz Thanks for the feedback. What do you want to grab the package for?
Actually, does this work? @aelij https://gist.github.com/aelij/6f811d741b67b9feba777d275f136374
Can you confirm you have at least node v4 or greater installed?
At least as it was reported in the github issue the the error described in the solution is a benign/expected race condition. I bet you don't see it if you...
What store is the cert in and does the service have permissions to load that certificate? Also adding @dragav and @harahma to comment on whether this should work and to...
Thanks @vskh @BharatNarasimman and @amanbha how do you want to follow up with this?
Is your local cluster deployed secured?
[Environment Variables ](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-how-to-specify-environment-variables) also work
Greatly depends on the type of secret and the pattern that you're using. @dragav and @erikadoyle to confirm that the docs list current best practices. I don't think that normally...
ImageStore is a ServiceFabric application, internally, and so is picking ports from the defined [application port range](https://stackoverflow.com/questions/39886834/what-is-the-purpose-of-service-fabric-cluster-node-type-app-port-range). What you're seeing is _usually_ caused by your app statically allocating ports that...