Igor Gov
e42c4f8648
Cleaning unused code ( #129 )
...
* Cleaning unused code
2021-07-21 17:07:32 +03:00
RamiBerm
efb1a0b58b
Update main.go
2021-07-21 11:04:12 +03:00
RamiBerm
5b9c134ab2
Update go.mod and go.sum
2021-07-21 10:59:14 +03:00
RamiBerm
8db12a4b1a
Update go.mod
2021-07-21 10:53:25 +03:00
RamiBerm
edc3d04d59
Update go.mod and go.sum
2021-07-21 10:52:14 +03:00
RamiBerm
679bf35ce3
Update go.mod
2021-07-21 10:51:32 +03:00
RamiBerm
17e1ccf9ef
Update size_enforcer.go
2021-07-21 10:49:33 +03:00
RamiBerm
80e97e7f7e
Update main.go, tap.go, and 4 more files...
2021-07-21 10:49:27 +03:00
RamiBerm
b57cb0e615
Update main.go
2021-07-20 09:58:18 +03:00
RamiBerm
9d9f64098e
Update go.mod and go.sum
2021-07-19 17:39:59 +03:00
RamiBerm
eb02ecda20
Update main.go
2021-07-19 09:08:21 +03:00
Igor Gov
765feafbcc
Merge pull request #114 from ksudhir007/fix-kubeconfig
...
Support KUBECONFIG environment variable.
2021-07-15 18:09:40 +03:00
gadotroee
0a622b5017
unused-import-mistake ( #117 )
2021-07-15 16:38:18 +03:00
gadotroee
a0a9d74662
Versioning ( #116 )
...
Add versioning check
2021-07-15 16:19:29 +03:00
RamiBerm
3b9f5ee32f
Update size_enforcer.go and tap.go
2021-07-15 10:41:29 +03:00
RamiBerm
1619df2d5e
Update size_enforcer.go
2021-07-15 09:54:27 +03:00
RamiBerm
21b91ea6e4
Update main.go, main.go, and size_enforcer.go
2021-07-15 09:38:12 +03:00
RamiBerm
cd34892943
Merge branch 'develop'
...
Conflicts:
api/main.go
cli/cmd/tap.go
2021-07-15 09:12:48 +03:00
Sudhir Kasanavesi
cef0e01cf6
Support KUBECONFIG environment variable.
...
If KUBECONFIG environment variable is set, use it. Otherwise default to ~/.kube/config
2021-07-14 17:42:46 -07:00
gadotroee
6e279bfca5
TRA-3440 - add confirmation message and info on hover (tooltip) chagne analyze to analysis ( #109 )
2021-07-14 18:37:59 +03:00
RamiBerm
4e7bc05ecf
Update truncating_logger.go
2021-07-14 17:46:09 +03:00
RamiBerm
8886590ea2
Update main.go, main.go, and 5 more files...
2021-07-14 17:32:55 +03:00
RamiBerm
8400e9e903
Update main.go
2021-07-14 14:39:09 +03:00
RamiBerm
eaa120cad8
Merge branch 'develop'
...
Conflicts:
cli/cmd/tap.go
2021-07-14 09:06:40 +03:00
Igor Gov
8fab07494c
Adding the upload interval as parameter to tap function
2021-07-13 18:09:32 +03:00
Igor Gov
79816ae337
Adding the upload interval as parameter to tap function
2021-07-13 17:26:22 +03:00
RamiBerm
c4048e5c8e
Update main.go
2021-07-13 16:56:02 +03:00
RamiBerm
bd71e9a122
Update size_enforcer.go
2021-07-13 16:43:26 +03:00
RamiBerm
4a053734d9
Update messageSensitiveDataCleaner.go
2021-07-13 16:42:19 +03:00
RamiBerm
5b439d8316
Update size_enforcer.go
2021-07-13 16:42:10 +03:00
RamiBerm
400774555a
Update size_enforcer.go
2021-07-13 16:38:34 +03:00
RamiBerm
7cd6d123d1
Update size_enforcer.go
2021-07-13 16:29:07 +03:00
RamiBerm
90c9d8b0d0
Merge branch 'develop'
...
Conflicts:
cli/cmd/tapRunner.go
2021-07-13 16:23:27 +03:00
RamiBerm
96f47116f0
Update go.sum, main.go, and 10 more files...
2021-07-13 16:21:32 +03:00
Igor Gov
6aa38f071f
Mizu tap - adding logs for troubleshooting
2021-07-12 20:33:15 +03:00
RamiBerm
d684dee7a4
WIP
2021-07-12 17:47:46 +03:00
gadotroee
ec18d96b45
Infof and Debugf in places we use formatting ( #102 )
...
* no message
* no message
2021-07-12 14:53:26 +03:00
gadotroee
f03df50def
Change logging to use "rlog" library ( #99 )
...
* change logging to use the nice rlog library
* no message
* review fixes
* no message
2021-07-12 14:10:37 +03:00
Igor Gov
1638e1be3b
TRA-3412 Mizu analyze gets a generic url to support standalone upload
2021-07-12 10:34:57 +03:00
gadotroee
7abf8b83e3
Better creation of entries from mizu entry (resolving inside) ( #98 )
...
* no message
* no message
* no message
* no message
* no message
* no message
2021-07-07 17:11:57 +03:00
nimrod-up9
12d873d344
Fix Mizu sometimes resolves without namespace ( #96 )
...
* Reordered imports.
* Pass all ConnectionInfo to saveHarToDb.
* Resolve destination by IP:Port instead of host name.
2021-07-06 16:08:27 +03:00
RamiBerm
566eab3527
Update entries_controller.go and models.go
2021-07-06 13:47:15 +03:00
gadotroee
eef58496b5
Add source and destination info when fetching entries (x-mizu-fields) ( #93 )
2021-07-05 17:12:48 +03:00
RamiBerm
93714ab902
Update entries_controller.go
2021-07-05 13:45:58 +03:00
gadotroee
3662fbcdf6
Mizu analyze improvements ( #90 )
2021-07-01 16:18:02 +03:00
Roee Gadot
fa733025dc
small changes
2021-06-30 07:56:52 +03:00
Roee Gadot
5f603e3291
improvements and fixes
2021-06-29 19:16:46 +03:00
Igor Gov
b84c698c1a
Mizu tap analyze
2021-06-29 17:05:44 +03:00
nimrod-up9
6aaee4b519
Refactoring ( #84 )
...
* Only use one channel for filtering HARs.
* Only check if dest is service ip if message is outgoing.
* Parse direction flag on input.
* Renamed filterHarHeaders -> filterHarItems.
* Fixed compilation bugs.
2021-06-27 16:26:12 +03:00
nimrod-up9
6f47ad862e
TRA-3317 Tap and show outbound traffic ( #83 )
...
* Tap outgoing: If --anydirection flag is passed with HOST_MODE, tap by source IP.
* Moved ConnectionInfo from http_matcher to http_reader.
* Generalized shouldTap in stream factory to get more properties.
* tap reports IsOutgoing property of tcp connection.
* gofmt.
* CLI instructs tapper to tap outgoing connections.
* API saves IsOutgoing to DB and passes it to UI.
* Add a visual marker in the HAR list for outgoing messages.
* Fixed: Swapped src and dst.
* Resolver keeps a list of all ClusterIP services.
* Do not save HARs with destination ClusterIP services.
* CLI accepts flag that controls traffic direction.
* Indicate incoming/outgoing with icon instead of with border color.
* Fixed: Didn't filter messages to services in aggregator.
* Clearer syntax around the direction icon. Added title text.
* Fixed width around direction icon.
* Less repetition.
* Removed TODO.
* Renamed incoming -> ingoing.
* More verbose title text to image.
* Switched routine order for readability.
2021-06-24 15:10:11 +03:00