Blake Gentry

Results 189 comments of Blake Gentry

Hi @dimaMachina @saihaj, wondering if we can do what's necessary to get the GraphiQL setup upgraded within yoga. There are a lot of options and improvements I'd like to have...

Doesn't the underlying `JwksClient` already have a cache built in? ([source](https://github.com/auth0/node-jwks-rsa/blob/4fe372be935c2aa0882e0f1e58d33eead4be966d/src/wrappers/cache.js)) Why would we need to add an additional caching layer on top of this? Also see my PR from...

@peterklingelhofer anything worth sharing or resources you found helpful? I’m dealing with some other shortcomings of the plugin as well (wanting to have the validated jwt available during my context...

I can definitely do some testing and debugging of the JwksClient cache, but it would be a lot easier to do that if #3182 is merged and released first. Mind...

@ekle according to http://docs.aws.amazon.com/general/latest/gr/sigv4_support.html all regions of the supported products support v4 signing.

@kr one thing to note, we're not currently getting all of the releases. We're just not specifying a limit, which gives us the default limit of 200: https://devcenter.heroku.com/articles/platform-api-reference#ranges I feel...

@kr if we don't make an explicit choice on the limit, we're going to get the default pagination size of 200. Unless we want to build in support for paginated...

@tt hey, are we clear on next steps here? I'm really looking forward to merging this once we're happy with the implementation :)

Hey @tt, would you mind making the changes that @kr suggested and then re-submitting this on [heroku/hk](https://github.com/heroku/hk)? That will be the canonical home for this project going forward.

@kr thoughts on how to track installed versions of plugins? Just another file in `~/.hk` ?