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
1e8139e845
Add first draft of event stream
2021-01-26 18:17:37 +01:00
eaddf264ce
Add test and coverage reports
2021-01-26 18:17:29 +01:00
81c4be6343
Replace CI job token with API token
2021-01-05 08:53:05 +01:00
fa5c6491b8
Merge branch '15-generate-ca-command-has-wrong-validity' into 'master'
...
Resolve "generate-ca command has wrong validity"
Closes #15
See merge request inetmock/inetmock!13
2021-01-04 16:21:03 +00:00
9041da7245
Resolve "generate-ca command has wrong validity"
2021-01-04 16:21:03 +00:00
e9f79cd59a
Merge branch '7-add-advanced-matching-options' into 'master'
...
Resolve "Add advanced matching options to HTTP handler"
Closes #7
See merge request inetmock/inetmock!11
2020-12-26 13:11:50 +00:00
49e58ac2e4
Add advanced matching options to HTTP handler
...
- move to Gitlab
- make code better testable
- create app abstraction for server
- cleanup
2020-12-26 13:11:49 +00:00
57a7e10e74
Add Prometheus metrics ( #10 )
...
* Add Prometheus metrics
- cleanup
- update dependencies
- improve parsing of options where possible
- Update Go to latest version
2020-10-02 11:56:48 +02:00
460940e4d8
Fixed TLS issue with mismatching certificates
...
- fixed fallback to P256 curve
- added option to configure minimal TLS version
- added option to include insecure cipher suites
2020-06-24 12:25:34 +02:00
9a50ce522c
Complete health API
...
- complete client implementation
- add server part to gRPC server
2020-06-23 14:54:08 +02:00
191d352eee
fix container build and add missing demo CA files
2020-06-15 16:29:47 +02:00