Patrik Oldsberg

Results 332 comments of Patrik Oldsberg

@dominik-bln I'm curious how come you ended up using the Helm chart as opposed to rolling your own kubernetes manifests? A standard single-image deployment should generally just need a DB...

Don't think we want to promote the helm charts more tbh. Trying to figure out what options we have to move forward. Right now I don't think that adding more...

Yep! Would be good if we could clarify that error, is it something you'd like to contribute?

Are you using the most recent version of the scaffolder and templating action? The templating syntax uses `${{ ... }}` now to avoid this somewhat common collision. It should also...

The refresh token is stored in a cookie, while access tokens are not stored anywhere at all other than in-memory on the frontend. Coming back to this I wonder whether...

Really feels unfortunate to have to add annotations for this tbh, the information is already there. It's also risky to try to fetch the source entity again, as that might...

Yep thinking `$openapi` first and see if that makes sense.

Sure! Seems like a sensible configuration, please do prep a PR! 👍 I'm curious how you want to end up linking together the groups and users, will the GitHub teams...