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
212
Commits
19
Branches
23
Tags
feat/clone-function
Commit Graph
3 Commits
Include renames
Author
SHA1
Message
Date
“Naeel”
a9a81ce403
fix: правильный ingress /cron → metrics-collector, чистый console v1.3.58, запрет костылей
2026-05-07 12:06:27 +04:00
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