Aaron Walker
Aaron Walker
@TimWolla What about environment variables to set upload_max_filesize, post_max_size, etc. I ended up creating my own build based on yours except with modified PHP values.
@TimWolla Fair enough. I agree that users are always going to want one more configuration to configure. Though, it does feel like a tease to see that five configurations have...
I saw the milestone for this was 6.0.0. Likely needs an update?
[vault_database_secret_backend_connection](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/database_secret_backend_connection#verify_connection) has a similar feature, `verify_connection`, that verifies the vault instance can connect to the database it is being configured to connect to.
I found the undocumented API that is used for the "Test URL" function: `https://app.datadoghq.com/api/v1/synthetics/tests/fast`. Unfortunately, I could not authenticate via `DD-API-KEY` and had to use cookie authentication so this would...
I figured as much. Nevertheless, I appreciate the update.
[`chartmuseum/storage` supports using `AWS_INSECURE_SKIP_VERIFY`.](https://github.com/chartmuseum/storage/blob/main/amazon.go#L47).
/cc @josegonzalez
Sorry, I cc'd you specifically cause I know you had commented on a related issue.
It still is not clear to me why `app.json` is required. According to the Heroku documentation, adding the google-chrome buildpack to the `app.json` file is all that is required. Theoretically,...