Commit graph

100 commits

Author SHA1 Message Date
Renovate Bot
d9d3c9f0fb Add renovate.json 2021-10-13 08:11:14 +00:00
5cad2aa156 Include PPROF handler to improve observability
Closes #33
2021-08-11 07:33:32 +00:00
3698421974 Remove unnecessary proto import 2021-05-03 08:16:22 +02:00
74f521c653 Move to grpc default health service definition 2021-05-02 17:34:29 +02:00
f3416157dd Return ConsumerKey when recording is started 2021-04-28 11:31:25 +02:00
9fe203ce21 Concise StopPCAPFileRecord gRPC method
- fix logging issue in test logger
- adopt change in all components
- update dependencies
2021-03-04 18:19:28 +01:00
37821520b6 Update Go package in protobuf files 2021-02-22 10:59:40 +01:00
84b81dc99b Merge commit '231f06b9a1f3cf357627b4913e7a04b69403d010' into update-api-definition 2021-02-22 08:29:47 +01:00
fe0a378cdc
Add buf linting anf fix linter issues 2021-02-21 17:17:43 +01:00
27cd7f5cb9
Format protobuf code 2021-02-21 10:09:35 +01:00
24ae0820e8 Rename gRPC PCAP entities 2021-02-19 13:59:14 +01:00
e30a1299eb Complete CLI integration 2021-02-17 15:39:06 +01:00
d01a9dec69 Initial draft of PCAP capturing 2021-02-16 16:50:23 +01:00
4504b96051 Fix wrong import path in proto 2021-02-15 17:06:50 +01:00
80fa8f45b9 Merge commit '9a3c410ee8dfe2a380dc1ab36a5778e2c0f7049b' as 'api' 2021-02-15 16:48:06 +01:00
795f9c0b83
Move existing protos to external repo 2021-02-15 16:47:37 +01:00
08b8eb82f5 Merge subtree 2021-02-15 08:51:54 +01:00
67b190d238 Merge commit 'f057ecd724f3b2ff84c69304e34c2ec3006402ac' as 'api' 2021-02-15 08:50:51 +01:00
f8c59ddd48
tmp 2021-02-15 08:50:46 +01:00
3fc1eaf0df
Setup project and implement first draft of audit file reader 2021-02-15 08:46:19 +01:00
e6959915c6
Restructure and extend protos for easier usage 2021-02-15 08:45:34 +01:00
cdcce2ec26
Initial commit 2021-02-13 18:20:57 +01:00
ca41423aa6 Initial commit 2021-02-13 13:59:29 +00:00
1618dc317f
Move docs to deploy stage 2021-02-10 22:07:33 +01:00
d70ba748f5 Introduce Lifecycle for every endpoint and manage listeners in the renamed Orchestrator
- merge packages to get a more concise layout because plugins are no more and therefore there's not a lot to be exported
- fix test logger
- rework config parsing to be easier and more transparent
- remove unnecessary APIs because dynamic endpoint handling is rather a won't implement
2021-02-10 20:26:45 +00:00
dd4b191abb Merge branch '10-handler-event-stream' into 'master'
Resolve "Handler Event Stream"

Closes #13 and #10

See merge request inetmock/inetmock!12
2021-01-27 12:53:22 +00:00
2d97beaf70
Refactor gRPC sink
- rename it to GenericSink
- add tests
- update dependencies
- improve test step to always get a report
- add NoOpSink for tests
2021-01-27 13:31:51 +01:00
85b0123711
Update container config 2021-01-27 11:29:10 +01:00
55dfcfabab
Ship default CA with container build 2021-01-27 11:05:06 +01:00
c97207e854
Update builtin CA 2021-01-27 09:28:51 +01:00
2c02b0c941
Add basic metric sink 2021-01-26 19:00:46 +01:00
cc72595398
Subscribe sinks with a context to automatically remove them when context is canceled 2021-01-26 18:50:53 +01:00
6d2737b501
Move HTTPS handling to http_mock handler 2021-01-26 18:42:07 +01:00
63a6516d99
Added audit stream to HTTP proxy 2021-01-26 18:20:52 +01:00
03f3ae4173
Enable gRPC reflection to support gRPCurl and gRPCui 2021-01-26 18:20:52 +01:00
af0a7a2375
Capture source and destination addresses as byte arrays
- update necessary tests

This removes a lot of complexity because IPv4 and IPv6 addresses can be handled the same way.
To distinguish between them it's enough to take their length into account.
Parsing should be straight forward in any language.
2021-01-26 18:20:51 +01:00
66f2aab9af
Add commands to list sinks and to read a protocol file to JSON 2021-01-26 18:20:51 +01:00
a76d1d1c04
Cleanup in server app 2021-01-26 18:20:50 +01:00
0138b57782
Merged CLI and server app init 2021-01-26 18:19:54 +01:00
37c87adaf3
Apply comments 2021-01-26 18:19:54 +01:00
38293bb8c4
Remove caching for now 2021-01-26 18:19:54 +01:00
af5c55d8c9
Cache .task/ directory to lazy run tasks across stages 2021-01-26 18:19:54 +01:00
41aa132e80
Cache .task/ directory to lazy run tasks across stages 2021-01-26 18:19:54 +01:00
2f0f3edfdf
Moved code of commands to their main package
- add init code to reduce code duplication of connection setup
2021-01-26 18:19:52 +01:00
af31b1166a
Audit API prototype
- watch events interactively
- pipe events to files
- remove file subscriptions
2021-01-26 18:19:03 +01:00
dc4a9b18a3
Moved endpoint handlers in tree 2021-01-26 18:18:59 +01:00
bb9f45ce91
Move sinks to extra package 2021-01-26 18:17:37 +01:00
6c448fd318
Add DNS details 2021-01-26 18:17:37 +01:00
0468c93671
Integrate into handlers 2021-01-26 18:17:37 +01:00
63607dfd67
Implement log and writer sinks
Add reader
2021-01-26 18:17:37 +01:00