• Joined on 2022-07-06
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
MrKalzu opened issue ryyst/kalzu-value-store#12 2025-09-22 21:45:26 +03:00
Issue: Missing API Endpoints for Resource Metadata Management (Ownership & Permissions)
MrKalzu closed issue ryyst/kalzu-value-store#2 2025-09-22 21:19:22 +03:00
Update README.md
MrKalzu closed issue ryyst/kalzu-value-store#3 2025-09-22 21:18:56 +03:00
Implement Autogenerated Root Account for Initial Setup
MrKalzu commented on issue ryyst/kalzu-value-store#3 2025-09-22 21:18:56 +03:00
Implement Autogenerated Root Account for Initial Setup

This works! Perfect!

MrKalzu opened issue ryyst/kalzu-value-store#11 2025-09-22 20:54:12 +03:00
Add basic cli flacks.. [ --version, -V ]
MrKalzu opened issue ryyst/kalzu-value-store#10 2025-09-22 18:23:01 +03:00
Feature: Add Atomic Compare-and-Swap (CAS) API Endpoint
MrKalzu opened issue ryyst/kalzu-value-store#9 2025-09-22 17:44:11 +03:00
Make kvscli! To make admintration tasks more simple to execute. Maybe even to simplyfy usage in scripts.
MrKalzu opened issue ryyst/kalzu-value-store#8 2025-09-22 17:01:12 +03:00
Feature: Implement JWT Token Blacklist for Revocation with Merkle Tree Replication