Andy Hunt

Results 12 issues of Andy Hunt

# The issue ### What version of UAA are you running? 4.30.0 ### How are you deploying the UAA? I am deploying the UAA - using cf-deployment ### What did...

unscheduled

What ---- Configures `paas-cf` to deploy the PaaS secrets proof of concept work How to review ------------- 1. This is a draft. It's more for information than any real review....

What ---- Deploys [the new performance data exporter from `paas-billing`](https://github.com/alphagov/paas-billing/pull/105), to the `admin/billing` space. Also introduces an secrets upload task for the new secrets in `paas-credentials` (see Pivotal story) How...

Gents, I've been using Statamic 2 heavily in the last months, and I've been bumping up against out of memory errors with some regularity. I think a great addition to...

Hi folks, With Copilot 1.21.1, I can see that the policy attached to the execution role generated in the `$NAME-infrastructure-roles` stack contains the following statements: ``` { "Action": [ "cloudformation:*",...

Hi, This is a small quality of life change I hope you'll accept. I'm happy to do the work to apply this change more broadly too, if you'd prefer. Previously,...

By default, uaa-cli config file will be stored in `$HOME/.uaa/config.json`, but if the environment variable `UAA_HOME` is set, then the config file will be stored there instead. This allows for...

unscheduled

# PR Checklist - [x] If you are proposing a new decision record document, used the right template for that - ([ADR](https://github.com/alphagov/forms/blob/main/ADR/ADRXXX-architecture-decision-record-template.md), [decision-record](https://github.com/alphagov/forms/blob/main/decision-record/DRXXX-decision-record-template.md), engagement, [research](https://github.com/alphagov/forms/blob/main/research/YYYY-MM-DD-template.md)) - [x] Set yourself as...

Hi folks, I've got an interface to implement with methods like ``` GetById(id) : User GetByName(name): User GetByEmail(email) : User GetByPhoneNumber(phoneNo): User ``` An implementation for any one of these...

[Vale](https://vale.sh/) is a linting tool for written language, similar to a linter for a programming language. There are three goals in introducing it 1. Make our writing more consistent 2....