Simon Hildrew

Results 23 issues of Simon Hildrew

Apologies for duplicating my post on the Pine64 forum. Unfortunately I'm unable to reply further due to an anti-spam measure that they have introduced on the forums (according to my...

## Short description In #3011 we replaced Java properties files with HOCON conf files instead. These are better due to the ability to configure lists and objects as well as...

## Short description A fair number of users are likely to want to implement OIDC auth. We should make this easy by bundling a provider they can configure. This is...

## Short description It would be preferable to store API keys in DynamoDB rather than a collection of files in S3. - More obvious API key management - Better UI...

enhancement

## What does this change? Tags are currently being added to a request object that is discarded. This fixes the issue and adds some tests to make sure we are...

It seems that when two builds complete closely enough in succession they will both deploy. Not sure if we can avoid this. According to TC the latter numbered build completed...

A scheduled job (see #476) can fail to kick off for a few reasons and it should be really obvious through the interface when this has happened. Similarly, if a...

It makes sense that the scheduler introduced in #476 should avoid deploying on bank holidays. One approach for doing this might be to download https://www.gov.uk/bank-holidays/england-and-wales.ics at build time and add...

Credentials are currently split between an unencrypted ssh key on disk, secret keys held in the configuration file and account details looked up in Prism or DeployInfo. This should: -...

feature

The S3 upload (both standalone and also within the autoscaling type) prefixes the `package` when it uploads files (by default, unless disabled by setting `prefixPackage: false`. This comes from the...