-
-
Notifications
You must be signed in to change notification settings - Fork 894
fix(webapp): correctly generate JWT tokens for preview branches after triggering a run (fix #2678) #2695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… triggering a run (fix #2678)
|
WalkthroughThis change refactors JWT signing key extraction across the API routes and authentication services. A new helper function Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (7)
📒 Files selected for processing (5)
🧰 Additional context used🧬 Code graph analysis (4)apps/webapp/app/services/realtime/jwtAuth.server.ts (2)
apps/webapp/app/routes/api.v1.tasks.$taskId.trigger.ts (2)
apps/webapp/app/routes/api.v2.tasks.batch.ts (1)
apps/webapp/app/routes/api.v1.tasks.batch.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (23)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR fixes #2678 by correctly signing the JWT token returned when triggering a task with the parent preview branch's API key if the environment has a parentEnvironment.