Nathan Sullivan

Results 55 comments of Nathan Sullivan

Example badges in use: https://github.com/CpuID/ec2-mock/blob/master/README.md Working Coveralls logic for Travis: https://github.com/CpuID/ec2-mock/blob/master/.travis.yml#L6-L13

@jtblin are you able to enable Travis for this repo? Since it's under your username I won't have access to it... thx

https://github.com/jtblin/aws-mock-metadata/pull/10 adds a lot of mocked test coverage, which will get merged sometime shortly. @totallyunknown can you elaborate on what the testing topology might look like with kube2iam, the way...

I've got the same issue, haven't resolved it yet.

@qdchong to compare our implementations: - we generate a new signing key once a day right now ( [related](https://github.com/anomalizer/ngx_aws_auth/issues/69) ) - I've found that sometimes even after a `SIGHUP` with...

@qdchong can you try implement something looking like https://tenzer.dk/nginx-with-dynamic-upstreams/ in your configs and see if it yields a difference for you? I did it about 2 days ago, so far...

I ended up getting the `The authorization header is malformed; Invalid credential date. Date is not the same as X-Amz-Date.` again unfortunately... :( even with our approach in place. Haven't...

It's also possible users will need to follow this workaround for "dynamic upstreams", https://tenzer.dk/nginx-with-dynamic-upstreams/ - still waiting to see if it yields the results I expect or not but promising...

@melkayam92 https://tenzer.dk/nginx-with-dynamic-upstreams/ Ctrl+f "The free alternative". Basically change the `proxy_pass` to that. Article explains the rationale, tl;dr - nginx DNS resolution doesn't honor TTLs by default.