Commit Graph

  • ceb1013bf8 add proxy controller Pascal Fischer 2025-01-31 13:27:30 +01:00
  • a09722b8d2 Merge pull request #16 from netbirdio/refactor-validator Bethuel Mmbaga 2025-01-15 11:38:37 +03:00
  • 2f51ebbd2d go mod tidy bcmmbaga 2025-01-15 11:13:09 +03:00
  • 70ed084506 Refactor GetValidatedPeers to accept slices of peers and groups bcmmbaga 2025-01-15 11:12:14 +03:00
  • ad6b9c4018 update netbird ref feature/new-network-concept Pascal Fischer 2024-12-16 23:59:44 +01:00
  • ba0a446be4 update group injection Pascal Fischer 2024-12-11 18:28:27 +01:00
  • b2866a1669 Add license and code of conduct (#15) Maycon Santos 2024-12-03 10:22:27 +01:00
  • de8e2beb52 Return bool on validatePeer (#13) Pascal Fischer 2024-11-06 16:38:57 +01:00
  • a7f72d233e return bool on validatePeer Pascal Fischer 2024-11-06 16:32:33 +01:00
  • 9af486d346 Add the opentelemetry meter (#12) pascal-fischer 2024-09-29 15:28:11 +02:00
  • 1e53fdab06 add the opentelemetry meter to the api handler registration Pascal Fischer 2024-09-29 14:31:30 +02:00
  • 32605f7ffd Merge pull request #11 from netbirdio/feature/propagate-context Maycon Santos 2024-07-03 10:55:13 +02:00
  • 81edc0a6fc update validator function headers Pascal Fischer 2024-07-02 21:58:08 +02:00
  • f5a5611cdb add context to activity store Pascal Fischer 2024-06-19 15:12:16 +02:00
  • 69c6d89826 Merge pull request #10 from netbirdio/fix/edr-error-handling Maycon Santos 2024-05-24 12:48:53 +02:00
  • c38b9e54e5 Extend default validator with error response Zoltán Papp 2024-05-24 10:57:50 +02:00
  • 369eb33c9b Merge pull request #9 from netbirdio/feature/zta-score Zoltan Papp 2024-04-15 11:42:51 +02:00
  • be78ff3049 Extend RegisterHandlers with IntegratedValidator feature/zta-score Zoltán Papp 2024-04-08 17:04:07 +02:00
  • a6ec0c6c65 Merge pull request #7 from netbirdio/feature/peer-validator Zoltan Papp 2024-03-27 18:30:04 +01:00
  • 3682438fca Follow up IsNotValidPeer changes feature/peer-validator Zoltán Papp 2024-03-26 09:38:46 +01:00
  • 9921831370 Follow up default interface changes Zoltán Papp 2024-03-22 19:16:56 +01:00
  • 4de220a65d Add PeerDeleted function Zoltán Papp 2024-03-21 14:39:27 +01:00
  • 258ecd390e Update IntegratedValidator default implementation Zoltán Papp 2024-03-20 13:44:57 +01:00
  • 6edc7afcb8 Extend the params with groupsOfPeers Zoltan Papp 2024-03-20 01:13:30 +01:00
  • 729b7fabb2 Rename Zoltán Papp 2024-03-13 17:04:23 +01:00
  • 78fc48320b Update integrated peer approval Delete unused package Zoltan Papp 2024-03-13 12:55:01 +01:00
  • 469a80446a Add event store for IntegratedApproval Zoltan Papp 2024-03-05 14:05:59 +01:00
  • e576f907dd Add Stop method for integrated approval Zoltan Papp 2024-03-04 12:55:01 +01:00
  • 042e651aad Followup interface changes Zoltan Papp 2024-03-04 12:23:37 +01:00
  • fe3dfb0d00 Add error as return parameter Zoltan Papp 2024-02-29 13:55:13 +01:00
  • 2e4fe24074 Fix return params of SyncPeer Zoltan Papp 2024-02-26 16:18:41 +01:00
  • a1c786c89b Rename ValidatePeer to SyncPeer Zoltan Papp 2024-02-26 16:13:59 +01:00
  • b95cf1cd26 Change arguments Zoltan Papp 2024-02-16 08:37:00 +01:00
  • cbd053ca41 Remove unused argument Zoltan Papp 2024-02-14 11:32:16 +01:00
  • 13cebc2c6f Remove unused argument Zoltan Papp 2024-02-14 11:20:22 +01:00
  • 24075f45a9 Rename Zoltan Papp 2024-02-14 11:03:57 +01:00
  • 06325cead9 Add dummy integration Zoltan Papp 2024-02-09 15:19:02 +01:00
  • 8ea8c89a45 Merge pull request #8 from netbirdio/add-ctx Viktor Liu 2024-02-12 13:17:39 +01:00
  • 628a92751e Add context param and return error add-ctx Viktor Liu 2024-02-12 11:54:49 +01:00
  • 8a7c87accb Merge pull request #6 from netbirdio/log-only-and-set-approval-to-false Maycon Santos 2024-01-18 17:34:19 +01:00
  • 8219548035 check old extra settings before log Maycon Santos 2024-01-18 10:36:16 +01:00
  • 93592c0950 check old extra settings before log Maycon Santos 2024-01-18 10:35:57 +01:00
  • 0a9c4c1fe9 Just log ValidateExtraSettings and set input value to false Maycon Santos 2024-01-18 10:23:27 +01:00
  • a9dcce34ff Merge pull request #5 from netbirdio/init-event-store Maycon Santos 2023-12-30 20:26:09 +01:00
  • 92debdf072 Add InitEventStore function Maycon Santos 2023-12-30 20:19:00 +01:00
  • c462587ae6 Merge pull request #4 from netbirdio/feature/peer-approval-signatures pascal-fischer 2023-12-05 12:30:53 +01:00
  • 16c7a1a631 update gomod to use netbird main Pascal Fischer 2023-12-05 12:28:26 +01:00
  • 2328ed53de switch to extra settings to avoid dependency cicle Pascal Fischer 2023-12-04 16:22:58 +01:00
  • a5cf1000bd switch to extra settings to avoid dependency cicle Pascal Fischer 2023-12-04 16:18:11 +01:00
  • c9d8082fc2 add prepare peer function Pascal Fischer 2023-12-04 11:33:51 +01:00
  • ac6dd5a9c9 add prepare peer function Pascal Fischer 2023-12-04 11:30:19 +01:00
  • 6ec8f5bfe3 add go.sum for additions Pascal Fischer 2023-11-29 16:18:06 +01:00
  • f46b1dd842 add account id to peerUpdate validation Pascal Fischer 2023-11-29 15:53:53 +01:00
  • 566178608e extract new functions into seperate package Pascal Fischer 2023-11-28 15:03:55 +01:00
  • 092a9f4a2d cleanup Pascal Fischer 2023-11-28 14:49:45 +01:00
  • 547db8103a used extracted packages Pascal Fischer 2023-11-28 14:42:03 +01:00
  • 6dc8ff1bf2 add userId Pascal Fischer 2023-11-28 12:08:44 +01:00
  • a3b41e63c8 add userId Pascal Fischer 2023-11-28 11:32:20 +01:00
  • ffb4ff80f8 revert: add error to peers validation Pascal Fischer 2023-11-27 18:14:11 +01:00
  • a11fee3997 add error to peers validation Pascal Fischer 2023-11-27 18:05:23 +01:00
  • 0d0650c846 add error to peer update request validation Pascal Fischer 2023-11-27 17:57:33 +01:00
  • a09d11271e update signature functions for peer approval Pascal Fischer 2023-11-27 17:49:00 +01:00
  • 21460cd619 Merge pull request #3 from netbirdio/feature/add-signiture-function-for-approval pascal-fischer 2023-11-24 16:07:13 +01:00
  • 536fe4024e add signature functions for approval Pascal Fischer 2023-11-24 15:54:25 +01:00
  • a966bce7db Pass JWT Claims Extractor (#2) Yury Gargay 2023-10-27 16:32:00 +02:00
  • 5e46df0eef Pass JWT Claims Extractor yury/pass-jwt-claims-extractor Yury Gargay 2023-10-27 16:26:36 +02:00
  • 322cbabed3 Move integrations module to subfolder (#1) Yury Gargay 2023-10-17 12:14:06 +02:00
  • aea8a0be61 Move integrations module to subfolder move-to-subfolder Yury Gargay 2023-10-17 12:03:09 +02:00
  • 8860882182 Initial commit Yury Gargay 2023-10-17 10:02:07 +02:00