Arnaud

Results 22 comments of Arnaud

Hi @jasonjho, my pleasure! So the library has its own authentication system (we generate a JWT token for each task). The reason we implemented our own authentication system is to...

At the moment we use public endpoints indeed. I'll do a bit more digging to see what needs to be done in order to support OIDC. We may indeed need...

Need to double check if GCP has fixed this recently. If they have, I'll switch the header. If they haven't, I'll just close the issue. The last news from my...

Thanks for the heads up @geoffreyd ! I'll give it another try to verify they actually fixed it. And if that's the case well.... I'll change the header used to...

Great idea. It would make the library way more portable.

@vovimayhem I'm not sure to see the benefit of having a separate process for the controller. It's easier to start a single web app, especially considering that the rack controller...

Alright so I've been digging a bit more into OIDC authentication on GCP and I don't believe this approach will work due to how OIDC tokens expire. **TL;DR;** Try to...

@emerson-argueta Sorry for the late reply. Your understanding is correct. Don't hesitate to ping me for help or intermediate reviews as you progress! 👍

@wagnerpereira At the moment it is not possible. However what is possible is to have one Cloud Run service for "regular" web traffic (user actions, API requests) and one Cloud...

No worries! Don't hesitate to let me know if you struggle with this PR - I'm happy to help 👍