Jack Foy

Results 6 issues of Jack Foy

The [modules documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/modules.html) says, > Module parameters don't support Type or Constraint enforcement. Does that mean that modules can't support CommaDelimitedList parameters? We have a module fragment: ``` --- Parameters:...

modules

I'd like to do something like the following: ``` srf.invite((req, res) => { getMoreInformation(req, (updated) => { srf.proxyRequest(req, "downstream-proxy:5060", { headers: { "P-Asserted-Identity": updated.identity } }); }); }); ``` Based...

I'm setting up a basic SIP INVITE dialog between two test components and Drachtio using `proxyRequest`. Eventually I'll want to mutate SIP headers, but for now I'm just establishing a...

``` local:~ $ brew tap linuxkit/linuxkit Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebrew from 684505b55 to 3e3276260. ==> Tapping linuxkit/linuxkit Cloning into '/usr/local/Homebrew/Library/Taps/linuxkit/homebrew-linuxkit'... remote: Enumerating objects: 92, done. remote: Total...

Kubernetes gives us ServiceAccounts to assign identity (and authorization) to Pods, varying across namespaces. It would be awesome if we could annotate a ServiceAccount with an AWS role, and have...

enhancement

##### Summary Putting an ansible playbook anywhere under a parent directory named `tasks` causes all .yaml files to fail with schema interpretation errors, even when the playbook is using standard...

new