• Joined on 2022-07-06
MrKalzu commented on issue ryyst/kalzu-value-store#6 2025-10-05 22:57:59 +03:00
Configuration Options to Disable Optional Functionalities

Toimii. Ainakin auth kerros lähtee kun conffista niin käskee.

MrKalzu closed issue ryyst/kalzu-value-store#4 2025-10-05 22:57:08 +03:00
Secure User and Group Management Endpoints with Authentication Middleware
MrKalzu closed issue ryyst/kalzu-value-store#12 2025-10-05 22:55:52 +03:00
Issue: Missing API Endpoints for Resource Metadata Management (Ownership & Permissions)
MrKalzu pushed to main at MrKalzu/kvs-sh 2025-10-05 22:53:40 +03:00
3287c38836 Fix merge left overs.
MrKalzu pushed to main at MrKalzu/kvs-sh 2025-10-05 22:46:02 +03:00
f7f956de47 Merge remote-tracking branch 'origin/risto'
999deccb74 fix: JSON quote parsing
88a3b9824a fix: show friendlier error message for JSON parsing
8edbfacda5 Add Claude
Compare 4 commits »
MrKalzu pushed to main at MrKalzu/kvs-sh 2025-10-05 22:38:39 +03:00
fe45fa5254 Added commands to set meta data, like owner, group and permissions of key.
ad17dff2fa Fix json quotation bug.
Compare 2 commits »
MrKalzu pushed to main at MrKalzu/kvs-sh 2025-10-05 20:17:24 +03:00
d69240913a added plan for future stuff, roadmap.md.
MrKalzu pushed to main at MrKalzu/kvs-sh 2025-10-05 20:07:27 +03:00
3ae9395f9d Initial commit. The shell now combiles and runs.
MrKalzu created branch main in MrKalzu/kvs-sh 2025-10-05 20:07:27 +03:00
MrKalzu created repository MrKalzu/kvs-sh 2025-10-05 20:05:03 +03:00
MrKalzu pushed to kalzu/issue7 at MrKalzu/kalzu-value-store 2025-09-29 22:07:25 +03:00
829c6fae1f Small write up about the two issues conserning missing api endpoints.
MrKalzu pushed to kalzu/issue7 at MrKalzu/kalzu-value-store 2025-09-29 21:15:37 +03:00
d5a0eb7efe Trying to add _ls and _tree subcalls to item paths..
MrKalzu created branch kalzu/issue7 in MrKalzu/kalzu-value-store 2025-09-29 21:15:37 +03:00
MrKalzu pushed to kalzu/issue12 at MrKalzu/kalzu-value-store 2025-09-29 19:50:56 +03:00
MrKalzu created branch kalzu/issue12 in MrKalzu/kalzu-value-store 2025-09-29 19:50:56 +03:00
MrKalzu pushed to master at MrKalzu/kalzu-value-store 2025-09-29 19:16:44 +03:00
32b347f1fd Add API endpoints for resource metadata management (ownership & permissions)
MrKalzu pushed to master at MrKalzu/kalzu-value-store 2025-09-29 19:15:29 +03:00
2431d3cfb0 test: add comprehensive authentication middleware test (issue #4)
b4f57b3604 feat: add anonymous access configuration for KV endpoints (issue #5)
e6d87d025f fix: secure admin endpoints with authentication middleware (issue #4)
3aff0ab5ef feat: implement issue #3 - autogenerated root account for initial setup
8d6a280441 feat: complete issue #6 - implement feature toggle integration in routes
Compare 6 commits »
MrKalzu opened issue ryyst/kalzu-value-store#13 2025-09-22 22:25:35 +03:00
Secure Cluster Communication with PSK and Node Identity Problem Statement