Nathan Sullivan

Results 29 issues of Nathan Sullivan

Looks like the main Dockerized process does not honour a SIGTERM and exit gracefully? Requires a SIGKILL in the end?

Once https://github.com/jtblin/aws-mock-metadata/pull/10 is merged we will have a decent amount of coverage worthy of CI based testing :) @jtblin do you have a preference between Travis vs Circle? - [...

Hey @jtblin do you mind adding auto builds on Docker Hub? Thanks https://hub.docker.com/r/jtblin/aws-mock-metadata

In https://github.com/anomalizer/ngx_aws_auth#security-considerations > Note that signing keys have a validity of just one week. In my experience, they are valid for the date of signing key generation only, as they...

Had a misconfigured IAM role, expected a non-zero exit code (running processor mode under Jenkins, which would detect and email on failure). Returned a zero exit code, ideally this should...

To allow a unique text description stored against each auth key in the database. Please review the Sequel migration to ensure I didn't bust anything obvious, otherwise I think it's...

Add something like `creator=test-kitchen`, or a user defined label (via `.kitchen.yml`) to all Docker containers spawned by test-kitchen. Motivator: when you execute test-kitchen via CI, and you have jobs that...

Hey @mattcallanan An idea for showing people exactly whats going on under the hood would be a time lapse view, rather than just real-time. This would likely require an architecture...

How would you feel about the update frequency being configurable instead of a constant...? https://github.com/bartmeuris/progressio/blob/master/progress.go#L71-L72

Would be nice for `git_resource` to do a `git pull` if an update is requested for a resource (hitting the refresh in the UI). So we can pull in changes...