Aaron D Borden

Results 125 issues of Aaron D Borden

I'd like to have the action completely contained within the GH workflow instead of requiring a template file. This also makes it easier to refer to GitHub Action context, job,...

Fixes #17 - `https` is returning `Buffer` objects, so just concatenate them on request complete. - Use `url.format` to pass a complete href to `https`

I'm not really sure what the underlying issue is. I'm on node 0.10.40 and while the tests pass, I always get `{'status_code': 500, 'status_text': 'JSON Parse Failed'}` as a response...

We have a hardened environment where the umask is set 027 globally, so the `/etc/redis` directory is created and non of the configuration can be read by the redis user....

In the case of fugacious, URLs should be treated as sensitive since knowing the URL would allow someone to access the secret stored (assuming it was accessed within the TTL...

There's a handful of uses of `Promise.each`. If these were replaced, we could use the native `Promise` implementation and drop bluebird.

There might be cases where installing keybase is not available. In that case, tfenv installs terraform without any signature verification. It would be preferred to use gpg in that case....

moreinfo
documentation

If I run the playbook with: ```yaml recipient_canonical_maps: - recipient: root - rewrite: [email protected] ``` Then I run the playbook with: ```yaml recipient_canonical_maps: - recipient: postmaster - rewrite: [email protected] ```...

bug
enhancement
help wanted

Before you submit a bug report, please make sure that the issue still exists on the master branch! **Describe the bug** My config contains: ``` [tags] [[inbox]] translated = ~...

In some unusual circumstances, we'd like to do a "meta-redirect" instead of the standard HTTP redirect. I.e. serve a 200 response with a meta tag and http-equiv=refresh to trigger the...