1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
Commit graph

910 commits

Author SHA1 Message Date
postmannen
be181ec572 serializing data in sub req 2022-06-14 10:17:09 +02:00
postmannen
fe78d6c070 sub procs req use the same logic as normal req's for validation 2022-06-14 08:45:34 +02:00
postmannen
c4e384b987 Renamed REQSub to REQSUB 2022-06-14 07:09:20 +02:00
postmannen
1895fcb398 Changed message logic to handle REQSub sub requests 2022-06-14 07:05:38 +02:00
postmannen
537e7886dd added handler to type process 2022-06-11 06:30:58 +02:00
postmannen
237b946cf0 added copyInitialData to copy procFunc 2022-06-10 10:38:11 +02:00
postmannen
95ce5fed3b changed copy sub subjects to use "." for uuid 2022-06-10 06:34:39 +02:00
postmannen
c86e513cc0 copy, added proc info to reply message 2022-06-10 06:17:11 +02:00
postmannen
f78647196d added initial procFunc for methodREQCopyDst 2022-06-09 11:40:53 +02:00
postmannen
cd3618c5ea cbor marshaling data in initial copy message 2022-06-09 11:25:59 +02:00
postmannen
f1e1577a03 fixed copySrc reply message 2022-06-09 10:27:20 +02:00
postmannen
680cb1f4dd moved naming of process into newProcess 2022-06-09 10:18:09 +02:00
postmannen
731f628233 fixed wrong handling newpki when db is missing 2022-06-09 08:42:49 +02:00
postmannen
6f10ed9ecd Added startup flags for new copy src and dst methods 2022-06-09 05:59:37 +02:00
postmannen
0b29cbc6a0 initial new copy methods 2022-06-09 05:29:41 +02:00
postmannen
f50e521743 initial idea for large file copy 2022-06-07 11:52:30 +02:00
postmannen
cb974a1a28 fixed typo in readme 2022-06-03 18:31:25 +02:00
postmannen
999618be81 updated readme 2022-06-03 15:37:27 +02:00
postmannen
60281af105 Updated readme 2022-06-03 15:17:25 +02:00
postmannen
2c9b7919b3 renamed flag StartSubREQErrorLog to IsCentralErrorLogger 2022-06-03 06:02:27 +02:00
postmannen
bf14ad4d2a added a push update when deleting keys 2022-06-02 09:36:09 +02:00
postmannen
7e8ecc3397 added push once on run REQKeysAllow 2022-06-02 07:05:47 +02:00
postmannen
f152ccff0f fixed acl tests to use srv from TestMain 2022-06-02 06:42:59 +02:00
postmannen
8887fd4c2f turned off escaping when saving acl to file, cleaned up acl debug to console, acl distribution and verification seems to work 2022-06-02 06:29:37 +02:00
postmannen
d3078a79aa fixed missing pki 2022-06-01 17:35:23 +02:00
postmannen
d6552f686c moved main accessList methods to centralAuth 2022-06-01 15:58:17 +02:00
postmannen
604ead45fd moved main methods of pki to central auth 2022-06-01 15:11:23 +02:00
postmannen
49b558f371 wildcard matching hosts initially implemented, and seems to work 2022-06-01 14:30:30 +02:00
postmannen
fefa3087a9 for test using conf global variable 2022-06-01 13:15:15 +02:00
postmannen
4bfc4f3f03 imported pki into accessLists 2022-06-01 13:04:34 +02:00
postmannen
c32e9a673a added REQKeysDelete 2022-06-01 07:29:25 +02:00
postmannen
7d133c35fb added TestMain for starting server 2022-05-31 17:08:31 +02:00
postmannen
da1ab140c1 disabled keys push update.. for now. 2022-05-31 11:05:21 +02:00
postmannen
fac451ec0f updated yaml package, and removed debug info 2022-05-31 09:44:01 +02:00
postmannen
ba29a417e7 sending key updates once to nodes when update 2022-05-31 09:28:04 +02:00
postmannen
368ac6e661 replaced keys/acl startREQ flags with enable flag 2022-05-30 07:14:15 +02:00
postmannen
592425d53c refactored calling the handler for subscribers 2022-05-30 06:25:15 +02:00
postmannen
2b2064c3cb changed log lines 2022-05-28 07:24:47 +02:00
postmannen
0c7ec3a5b0 acl verification seems to initially work 2022-05-28 07:10:19 +02:00
postmannen
93c1ccda4b signature check working 2022-05-27 12:17:15 +02:00
postmannen
c354856696 added verifyAcl method 2022-05-27 07:57:23 +02:00
postmannen
535d5efb08 added flag enableAclCheck 2022-05-27 06:22:51 +02:00
postmannen
a9e06294de updated readme with acl stuff 2022-05-26 09:00:35 +02:00
postmannen
587e23c91d added separate timer and starting for acl updates 2022-05-26 08:07:23 +02:00
postmannen
9d71f11145 initial acl distribution works 2022-05-26 07:13:34 +02:00
postmannen
e7ae3d893b added initial acl distribution, but are not working 2022-05-24 15:51:36 +02:00
postmannen
aafa11aa25 loading nodeAcl from file 2022-05-24 13:53:37 +02:00
postmannen
ba39e241e4 added initial structure for nodeAcl 2022-05-24 13:45:41 +02:00
postmannen
52e3661c21 added logic and starting of REQAclRequestUpdate 2022-05-24 12:00:38 +02:00
postmannen
89ae342b49 created initial methodREQAclRequestUpdate 2022-05-24 09:35:14 +02:00