Ben Langfeld

Results 311 comments of Ben Langfeld

+1, but I think this needs a rebase first :)

> Is that always true in OIDC? I don't think every authorization server implementation includes it, but [the one we're using does](https://github.com/dexidp/dex/commit/f778b2d33be336926be112b9b203c49b914492bf). My testing: ```ruby require 'openid_connect' issuer_url = ''...

Work is underway on a release to support FCM which should be cut this week, along with some other improvements that are on the way. https://github.com/rpush/rpush/milestones

Staging uses Heroku Redis while production uses Redis Enterprise Cloud. I couldn't find any way to specify the Redis version to be deployed there. The Heroku Redis addon allows minor...

@lmerriam We're able to make progress using the herokuapp.com domain. It would only be necessary to solve if someone is particularly attached to the vanity domain.

@lmerriam So it turns out that reCAPTCHA is somewhat attached to usage of the vanity domain. I'm going to upgrade staging to hobby dynos and we can figure out the...

Ok, that isn't a complete solution. It's necessary to drop the current A records for `staging.flaredown.com` and `app.flaredown.com` and replace them with the following CNAMEs: ``` app. CNAME app.flaredown.com.herokudns.com staging....

@compwron had trouble with a pipeline deployment last time around: ![Screenshot 2021-10-11 at 18 02 41](https://user-images.githubusercontent.com/210221/136855358-c0b06476-2525-4889-9326-90fdc146c5d1.png) Maybe we can fix this, but the safest way to do so may mean...

Maybe look into automating this so that future version drift doesn't happen.

@samanthar8 Who is working on this? @compwron @lmerriam had mentioned on our call that there were some production metrics available which demonstrated some sort of memory exhaustion issue or similar....