Robin Hahling

Results 14 issues of Robin Hahling

Sorry for this "meta" issue but I'm trying to enable TLS and generally reduce the attack surface of a ClickHouse deployment and I cannot find any related documentation or issue....

HTTP flows [contain headers](https://github.com/cilium/cilium/blob/862e191b3574e4a7c5d2046d28d980c163b50a6f/api/v1/flow/flow.proto#L456-L469) but Hubble doesn't support filtering flows based on HTTP headers. Using the CLI, we can already filter based on HTTP status code, methods and paths but...

👍 good-first-issue
🌟 kind/feature

Example usage (requires L7 visibility): ``` $ hubble observe --dns-query cilium.io TIMESTAMP SOURCE DESTINATION TYPE VERDICT SUMMARY Nov 18 15:55:04.400 default/alpine:33602 kube-system/coredns-f9fd979d6-cwfsw:53 dns-request FORWARDED DNS Query cilium.io. A Nov 18...

:basecamp: needs-rebase
⌨️ area/cli
🌟 kind/feature
release-note/minor

The relevant bit of information in [this PR comment](https://github.com/cilium/cilium/pull/14103#issuecomment-732090697) should be communicated to the user via `hubble help observe`.

📄 area/documentation
👍 good-first-issue
🙏 help-wanted

`hubble help observe` currently provides the following help message: ``` Observe provides visibility into flow information on the network and application level. Rich filtering enable observing specific flows related to...

📄 area/documentation
👍 good-first-issue
🙏 help-wanted

This is a proposal to add support for configuration context to the CLI. PR #375 improved the situation with regard to config file loading and allowing configuration of global flags...

🌟 kind/feature
priority/low

Argument parsing is currently very weak and not user friendly. This needs to be improved. Requiring the Boost library just for this is probably overkill so maybe [docopt.cpp](https://github.com/docopt/docopt.cpp) provides a...

enhancement

The API documentation of a case does not mention that a case may contain a list of tasks (ie: the attribute is not documented).

The `helm install` method creates a CA for Hubble/Hubble Relay named `hubble-ca-secret`. This CA is different than the one used for ClusterMesh. On the other end, when installing Cilium using...

kind/bug

Hi, When trying to upgrade a FIR instance, the migration `incidents/migrations/0008_add_authz_structure.py` does not apply successfully. This one was introduced with commit 45061a329513fcfa0c81c0792bc2c17b7fc3ce53. When checking out to the commit just before...

bug