This website requires JavaScript.
Explore
Help
Sign In
Nail
/
fission-console
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
153
Commits
19
Branches
23
Tags
db3815d03d58ef69498300a75fa5793f312b6835
Commit Graph
2 Commits
Include renames
Author
SHA1
Message
Date
Naeel
59a5b77ca9
fix(cron): timer auth chain via console gateway, bump image to v1.3.9 - Added handleFissionFunctionGateway in handlers.go: accepts unauthenticated POST /fission-function/<ns>/<fn>/, fetches router JWT, proxies upstream - Registered public routes /fission-function and /fission-function/ in server.go - Bumped image tag v1.3.8 -> v1.3.9 in deploy/console.yaml - Live: patched timer Deployment --routerUrl to
http://fission-console.fission.svc.cluster.local:8090
- Added doc/cron/CRON_TIMER_FIX_2026-04-29.md Root cause: timer reads --routerUrl CLI arg only (not FISSION_ROUTER_URL env), router.fission requires JWT that timer does not provide -> 401 on every tick.
2026-04-29 09:21:25 +03:00
Naeel
35fd9ec40e
fix: document cron router auth chain
2026-04-29 08:39:19 +03:00