Chris B

Results 37 issues of Chris B

Our old single-threaded Carbon setup struggles under load and intermittently drops data points, causing Graphite-based Icinga alerts to flap in and out of "unknown" status. While it would be good...

See #10864. This is step 5 of [Removing a user from Puppet](https://docs.publishing.service.gov.uk/manual/removing-a-user-from-puppet.html). The user entry in integration.yaml was already removed in #10864. Rollout: don't merge this until #10864 and alphagov/govuk-secrets#1095...

do not merge

HTTP servers are supposed to send 400 Bad Request when the Host header has a bad field-value, not 500 Internal Server Error. The practical reasons for this are: * A...

See https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/pod_readiness_gate/ This should: * eliminate the small availability blips that we've seen on rolling update in a few cases * shake out any remaining misconfigured healthchecks that might be...

Repro: send a `POST` request to `/api/v1/api-users/14149/authorisations` (any valid api-user id will do; this one is valid in integration) with the body `{"application_id":44,"permissions":["nonexistent_permission"]}` (any valid application_id will do). You'll need...

`gds-cli` has some usability issues in this area which have caused confusion recently (to another user and to me when troubleshooting the issue). For now, document the issue so that...

When running `s5cmd sync . s3://$bucket/` with a source directory containing filenames with unusual characters such as [U+200E 'LEFT-TO-RIGHT MARK'](https://www.fileformat.info/info/unicode/char/200e), s5cmd appears to generate `cp` commands with incorrectly-escaped characters and...

sync

Improve instructions for first-time contributors and bring the document more into line with the [GDS Way] and [readme template]. - List the actual commands necessary to run the testsuite under...