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

94 commits

Author SHA1 Message Date
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
604ead45fd moved main methods of pki to central auth 2022-06-01 15:11:23 +02:00
postmannen
c32e9a673a added REQKeysDelete 2022-06-01 07:29:25 +02:00
postmannen
368ac6e661 replaced keys/acl startREQ flags with enable flag 2022-05-30 07:14:15 +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
52e3661c21 added logic and starting of REQAclRequestUpdate 2022-05-24 12:00:38 +02:00
postmannen
041d59be22 changed name for keys requests 2022-05-24 07:21:48 +02:00
postmannen
f92e8a8e0a added testCh to errrorKernel 2022-05-22 06:36:02 +02:00
postmannen
e5a7ad3699 added initial REQ AclImport 2022-05-21 07:26:36 +02:00
postmannen
c3e442d497 Added initial REQ AclExport 2022-05-21 07:09:35 +02:00
postmannen
d68fe3ba1e Added initital REQ for AclGroupCommandsDeleteGroup 2022-05-20 13:56:17 +02:00
postmannen
7241c65a15 added initial REQ for GroupCommandsDeleteCommand 2022-05-20 06:27:46 +02:00
postmannen
a9ae982ed6 added initial acl commandGroup add command 2022-05-20 05:59:34 +02:00
postmannen
fb6d70a5c6 added initial REQ acl delete nodeGroup 2022-05-20 05:18:26 +02:00
postmannen
e813642506 added initial REQ for AclGroupNodesDeleteNode 2022-05-19 22:19:22 +02:00
postmannen
6a7fe51f60 added initial REQ for aclDeleteSource 2022-05-19 21:35:14 +02:00
postmannen
321150ac84 added initial REQ for aclDeleteCommand 2022-05-18 14:43:35 +02:00
postmannen
0ba5f6ea5d added initial REQ for adding acl 2022-05-18 11:26:06 +02:00
postmannen
3bd54d9cfc fixing race condition 2022-05-16 07:15:38 +02:00
postmannen
6cf3bac506 renamed keys to pki 2022-05-12 09:25:10 +02:00
postmannen
e9b1829f56 added hash of public keys to central auth store 2022-05-12 06:22:11 +02:00
postmannen
d249f58756 todo comments 2022-05-11 13:45:49 +02:00
postmannen
797953a3d6 put stuff related to central key handling under it's own keys struct type 2022-05-11 09:55:27 +02:00
postmannen
690d11194b persistent store of keys on node 2022-04-21 13:21:36 +02:00
postmannen
c48c7bf196 added initial public keys get 2022-04-20 18:33:52 +02:00
postmannen
7522bc203d removed not needed REQToSocket 2022-04-20 06:41:45 +02:00
postmannen
102cfd43c9 Renamed REQPublicKeysPut to REQPublicKeysToNode 2022-04-20 06:26:01 +02:00
postmannen
2768e70fdf doc update 2022-04-19 18:30:00 +02:00
postmannen
eaf164c9d7 using flag isCentralAuth to start subREQPublicKeysGet, also handling the keys as a []byte 2022-04-07 14:18:28 +02:00
postmannen
b669dc537c initial key distribution testing 2022-04-07 09:34:06 +02:00
postmannen
481055d5cf reading correct key 2022-04-05 12:02:45 +02:00
postmannen
e0f0c4db18 added persistent storage for received public keys 2022-04-05 10:35:59 +02:00
postmannen
567209cacf hello reigster contains signatures of nodes 2022-04-04 10:29:14 +02:00
postmannen
5c55178e34 refactoring server injection 2022-04-01 09:21:50 +02:00
postmannen
86b3ef9e96 added metrics to process 2022-04-01 08:51:14 +02:00
postmannen
56b432f402 cleaned up errorKernel references 2022-04-01 08:43:14 +02:00
postmannen
f0c84f48db injected server directly procs 2022-04-01 07:09:55 +02:00
postmannen
13fd48843d removed procfunc type definition 2022-03-31 14:57:30 +02:00
postmannen
ea79bced4d updated procFunc for hello messages 2022-03-31 14:54:39 +02:00
postmannen
8585086cda added REQToFileNACK 2022-03-04 15:02:43 +01:00
postmannen
b11b8d6baf added REQHttpGetScheduled 2022-02-11 07:27:51 +01:00
postmannen
f5f0c11dd6 Added REQPublicKey 2022-02-08 11:49:32 +01:00
postmannen
5fa3f593e7 removed errorCh from newProcess arguments 2022-02-07 06:42:17 +01:00
postmannen
b3630f62c4 moved signatures into signatures.go 2022-02-07 04:23:13 +01:00
postmannen
426b98941e moved the ownership of signatures server from processes 2022-02-04 10:33:31 +01:00
postmannen
fb68379c58 renamed signature types 2022-02-04 07:32:40 +01:00
postmannen
521702fa53 initial signature verification 2022-02-04 06:24:34 +01:00
postmannen
121cad531c loading signing keys from files 2022-02-02 10:06:53 +01:00