Serhii Ponomarenko
32caeb37e4
🔨 Create dissectorsUiEnabled
flag ( #1599 )
...
* 🔨 Create `dissectorsUiEnabled` flag
* 🔨 Rename `dissectorsUiEnabled` flag
* 🔨 Add `DISSECTORS_UPDATING_ENABLED` config
* 🔨 Set `dissectorsUpdatingEnabled: true` by default
2024-08-29 09:36:58 -07:00
Alon Girmonsky
84f2ec944d
tcp dissector enabled by default ( #1591 )
...
* tcp dissector enabled by default
* changing the readme
In support of having the `tcp` dissector enabled by default.
* Update values.yaml
* Update complete.yaml
* updated the defaultFilter default value
1. Start with some level of "noise reduction" (`tcp` and `dns`).
2. Provide a hint how to use a display filter to filter out protocol aliases.
* Update values.yaml
filter out DNS and TCP
* Update complete.yaml
Filter out DNS and TCP
* Update README.md
Filter out TCP and DNS by default
2024-08-22 17:14:38 -07:00
Alon Girmonsky
be96d4e099
Disable TCP dissector by default ( #1583 )
...
TCP dissector can be added as a helm value. This dissector shouldn't be used in production clusters, as enabling this dissector will consume enormous amounts of CPU and memory.
TODO: Have the TCP dissector adhere to pod targeting rules.
2024-08-16 11:32:29 -07:00
Alon Girmonsky
32136520d8
Slow start ( #1576 )
...
* Start `ExcludedNamespaces` empty by default
* Started Kubeshark with tap.stopped true by default
* Revert "Start `ExcludedNamespaces` empty by default"
This reverts commit 7de515dd3a
.
* Start with traffic capture paused by default
Remove any namespaces to exclude by default
2024-08-06 15:39:42 -07:00
M. Mert Yildiran
5089e9ccb8
Add EXCLUDED_NAMESPACES
to ConfigMap
( #1571 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-02 08:25:32 -07:00
M. Mert Yildiran
c837874bbe
Add ENABLED_DISSECTORS
to ConfigMap
( #1570 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-02 08:17:05 -07:00
Alon Girmonsky
df0aea1462
stash ( #1575 )
2024-07-31 15:14:36 -07:00
Alon Girmonsky
9c9cefc406
Change supportChatEnabled
to be true
by default.
2024-07-29 17:16:21 -07:00
Serhii Ponomarenko
be86ea8ecb
🔨 Support chat flag ( #1573 )
...
* 🔨 Add `supportChatEnabled` helm value
* 🔨 Add `REACT_APP_SUPPORT_CHAT_ENABLED` env to `front`
2024-07-25 13:09:44 -07:00
Serhii Ponomarenko
7168b5c515
🔨 Add canStopTrafficCapturing
SAML authz action ( #1565 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-07-18 08:18:03 -07:00
M. Mert Yildiran
c88b3b0ba7
Remove "Replay" function functionality ( #1563 )
2024-07-16 13:13:08 -07:00
Serhii Ponomarenko
5a4901f7bd
✨ License via authentication ( #1526 )
...
* 🔨 Add `cloudLicenseEnabled` helm value
* 🔨 Add `CLOUD_LICENSE_ENABLED` key to `ConfigMap`
* 🔨 Add `REACT_APP_CLOUD_LICENSE_ENABLED` `front` env
* 🎨 Reformat `ConfigStruct`
* 🔧 Set `cloudLicenseEnabled: true` by default
* 🔧 Override auth enabled/type if `cloudLicenseEnabled: true`
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-04-21 15:04:08 -07:00
Serhii Ponomarenko
247498492a
✨ Set custom timezone ( #1517 )
...
* 🔨 Add timezone config
* 🔨 Update `complete.yaml`
* 📝 Document `timezone` config
* 📝 Update `timezone` config docs
* 📝 Update `timezone` config docs
* 🔥 Remove unused `TIMEZONE` field from `ConfigMap`
* 🦺 Handle empty `tap.timezone` case
* 🔨 Move `timezone` from `.Values.tap` to `.Values`
* 🔨 Add `timezone` field to helm values
* 🔨 Update `complete.yaml`
* 📝 Update `timezone` config docs
* 🔨 Add `TIMEZONE` field to `ConfigMap`
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-03-19 12:06:50 +01:00
iluxa
9889787833
update comment for IPC_LOCK ( #1507 )
2024-02-27 11:52:07 -08:00
M. Mert Yildiran
8fe0544175
🔨 Remove CHECKPOINT_RESTORE
capability from defaults
2024-02-26 21:40:14 +03:00
iluxa
26e23dc94f
add capability for tracer ( #1496 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-02-06 13:38:21 -08:00
Serhii Ponomarenko
6785f024e4
✨ Feature-based SAML authorization ( #49 ) ( #1495 )
...
* 🔨 Add `showAdminConsoleLink` to helm values
* 🔨 Add `ShowAdminConsoleLink` to `TapConfig`
* 🔨 Regenerate `complete.yaml` manifest
* 📝 Update helm-chart `README.md`
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-02-06 13:36:32 -08:00
Serhii Ponomarenko
bfa3efd23a
✨ SAML authorization ( #1487 )
...
* 🔨 Add `AUTH_SAML_ROLE_ATTRIBUTE` field to `ConfigMap`
* 📝 Document `tap.auth.saml.roleAttribute/roles` values
* 🔧 Re-generate `complete.yaml`
* 🔥 Remove `default` tag from `SamlConfig.RoleAttribute`
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-01-24 16:05:37 -08:00
M. Mert Yildiran
f9e0c36d5f
🔨 Add AUTH_SAML_ROLES
field to ConfigMap
2024-01-23 23:22:06 +03:00
Volodymyr Stoiko
aaeb3ca1eb
Load pf-ring kernel module in init container ( #1476 )
...
* Load kernel module in init container
* Update docs
* Update formatting
* Add pre-stop hook to unload pf_ring module
* Enable hook only on kernel module enabled
* fix template
* Use sidecontainer to unload pf_ring
* Add requirements for tracer into structs
* fix values
* fix typo
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-01-12 15:49:39 -08:00
M. Mert Yildiran
36767eda27
🔨 Add KernelModuleConfig
struct to TapConfig
2023-12-28 22:09:01 +03:00
M. Mert Yildiran
c1fc4447ef
🔨 Move the list of Linux capabilities into values.yaml
2023-12-27 13:14:53 +03:00
M. Mert Yildiran
3b5cd6c77b
🔨 Make the config field tags camelCase
2023-10-25 18:00:32 +03:00
M. Mert Yildiran
54c5da2fcb
⚡ Add a default NodeSelectorTerm
that's matching Linux OS
2023-08-12 03:28:33 +03:00
M. Mert Yildiran
0ef3e2d018
⚡ Fix the issues related to release namespace
2023-07-03 16:33:50 +03:00
M. Mert Yildiran
77a14410f4
Revert " ⏪ Rename releasenamespace
field to selfnamespace
"
...
This reverts commit d8ee89225c
.
2023-07-03 15:11:21 +03:00
M. Mert Yildiran
d8ee89225c
⏪ Rename releasenamespace
field to selfnamespace
2023-07-03 11:54:06 +03:00
M. Mert Yildiran
b9f9e860b6
⚡ Change the default namespace from kubeshark
to default
and use .Release.Namespace
in Helm templates
2023-06-27 21:06:44 +03:00
M. Mert Yildiran
7a5bf83336
✨ Use the Helm chart in tap
command to install Kubeshark ( #1362 )
...
* ✨ Use the Helm chart in `tap` command to install Kubeshark
* ⬆️ Set Go version to `1.19` in `go.mod` file
* ✨ Add `Helm` struct`, `NewHelm` and `NewHelmDefault` methods
* ⚡ Better logging and error return
* ⚡ Pass the config as `values.yaml` to Helm install
* 🔥 Remove `helm-chart`, `manifests` and `check` commands
* ➖ Run `go mod tidy`
* 🎨 Move `helm` package into `kubernetes` package
* 🔥 Remove `# THIS FILE IS AUTOMATICALLY GENERATED BY KUBESHARK CLI. DO NOT EDIT!` notice from the manifests and Helm templates
* 🔥 Remove the unused `GenerateApplyConfiguration` and `buildWithDefaultLabels` methods
2023-06-06 12:16:03 +03:00
M. Mert Yildiran
02990912b7
⚡ Move ResourceLabels
and NodeSelectorTerms
fields into TapConfig
2023-04-11 22:37:29 +03:00
M. Mert Yildiran
5dafc015bb
✨ Add manifests
command to generate Kubernetes manifests
2023-04-11 01:54:06 +03:00
M. Mert Yildiran
d1b17d4534
✨ Build worker DaemonSet separately then apply it by converting it to ApplyConfiguration
2023-04-10 22:24:54 +03:00
M. Mert Yildiran
7f6f710b3f
🐛 Fix selfnamespace
issue by changing its location in the config and adding --selfnamespace
flag to tap
and clean
commands
2023-03-26 23:26:35 +03:00
M. Mert Yildiran
e1ada1768d
🐛 Remove configpath
field from the config and call os.MkdirAll
before regenerating config
2023-03-19 20:58:20 +03:00
M. Mert Yildiran
b7f0dd7f3c
🔨 Rename the newly added customLabels
field to resourceLabels
in the config
2023-03-16 02:34:41 +03:00
M. Mert Yildiran
d9ec538aff
✨ Add customLabels
field to config.yaml
2023-03-14 23:45:41 +03:00
M. Mert Yildiran
eee641082e
✨ Add ScriptingConfig
and read JavaScript files from the source directory using github.com/robertkrimen/otto
2023-02-05 22:00:01 +03:00
M. Mert Yildiran
17e038e703
✨ Do POST /license
after Hub is started
2023-01-31 22:31:44 +03:00
M. Mert Yildiran
79cc2e70b6
Revert " ✨ Add community
, edition
and upgrade
commands"
...
This reverts commit 4b2c678fa3
.
2023-01-31 00:01:55 +03:00
M. Mert Yildiran
4b2c678fa3
✨ Add community
, edition
and upgrade
commands
2023-01-29 23:52:49 +03:00
M. Mert Yildiran
894f97ca41
✨ Add an option to set the ImagePullSecrets
2023-01-07 14:20:01 +03:00
M. Mert Yildiran
b0e83a9e25
🔨 Replace kubeshark
occurrences with misc.Program
, misc.Software
and "self" wording
2022-12-29 04:12:03 +03:00
M. Mert Yildiran
9ab9f139c0
🔨 Rename kubeshark
package to misc
2022-12-29 03:45:24 +03:00
M. Mert Yildiran
86b1289c5d
🚨 Set ConfigFilePath
as omitempty
and remove the incorrect TestConfigWriteIgnoresReadonlyFields
test
2022-12-28 07:14:49 +03:00
M. Mert Yildiran
46c5e18937
⚡ Parse flags into config splitting by hyphen character
2022-12-28 05:43:50 +03:00
M. Mert Yildiran
23b6dd220a
🔨 Define ProxyConfig
2022-12-28 05:10:40 +03:00
M. Mert Yildiran
afbd6963b8
✨ Add pcap
command to capture from a PCAP file
2022-12-27 07:31:04 +03:00
M. Mert Yildiran
1c72262cc7
🔥 Remove log-level
and ignored-user-agents
options
2022-12-26 09:05:05 +03:00
M. Mert Yildiran
034a540530
🐛 Move HubConfig
and FrontConfig
to TapConfig
and add --front-proxy-port
, --hub-proxy-port
2022-12-26 07:47:26 +03:00
M. Mert Yildiran
eb17b50cfc
⏪ Rename deploy
command back to tap
2022-12-26 06:16:07 +03:00