Wade Simmons

Results 32 comments of Wade Simmons

Check all of your `myTest-*-coverage.profile` files, it looks like one of them has invalid binary data in it (zero bytes). These should all be text files and not contain zero...

Perhaps the go test run is failing or calling os.Exit incorrectly? I would regenerate all of your .profile files to see which one is the issue and then investigate that...

## Direct - Updated [github.com/docker/docker (080524218ed4 -> v20.10.12)](https://github.com/docker/docker/compare/080524218ed4...v20.10.12) - Updated [github.com/golang/groupcache (611e8accdfc9 -> 41bb18bfe9da)](https://github.com/golang/groupcache/compare/611e8accdfc9...41bb18bfe9da) - Updated [github.com/spf13/viper (7538d73b4eb9 -> v1.10.1)](https://github.com/spf13/viper/compare/7538d73b4eb9...v1.10.1) - Updated [github.com/stretchr/testify (v1.2.2 -> v1.7.0)](https://github.com/stretchr/testify/compare/v1.2.2...v1.7.0) - Updated gopkg.in/Graylog2/go-gelf.v2 (4dbb9d721348...

@06kellyjac can you sign the CLA?

> which one? the google form in the PR template or the cla assistant? upside_down_face ah good catch! I think the template might be outdated, please use the link from...

> When the lighthouse doesn't have ipv6 address and the other node has an ipv6 address, the lighthouse show the error: We need to update the PR to ignore sending...

My biggest question is what happens when a bunch of hostnames all resolve to the same IP address (common case for a reverse proxy fronting a bunch of services). It...

We have #481 and #263 we can review as well

> If I get particularly ambitious I may attempt to whip up some code in lighthouse to detect when one/both nodes are behind a PAT and throw a warning saying...

I usually work around this by using: nebula-cert print -path /dev/stdin But I agree that making this easier with `-` would be nice.