Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.14] Revert "Add support for --hubble-redact=http-url-query" #26997

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

chancez
Copy link
Contributor

@chancez chancez commented Jul 21, 2023

See #23887 (comment) for motivation. We've determined we should create a a more flexible configuration scheme for redaction of http headers, so instead of shipping the current solution which isn't very flexible, revert it, and we'll ship in the next release with the more flexible configuration scheme.

This PR reverts 2/3 of the commits in #25746. I left the 1 commit which fixed an issue where a URL object was being mutated in some existing redaction code.

This reverts commit 9f2b011.

Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
…ty" doc"

This reverts commit 0aa6853.

Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
@chancez chancez added kind/cleanup This includes no functional changes. sig/hubble Impacts hubble server or relay release-blocker/1.14 This issue will prevent the release of the next version of Cilium. affects/v1.14 This issue affects v1.14 branch labels Jul 21, 2023
@chancez chancez self-assigned this Jul 21, 2023
@chancez chancez requested a review from a team as a code owner July 21, 2023 17:14
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. labels Jul 21, 2023
Copy link
Contributor

@ChrsMark ChrsMark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -1357,7 +1357,7 @@
- bool
- ``false``
* - :spelling:ignore:`hubble.metrics.enabled`
- Configures the list of metrics to collect. If empty or null, metrics are disabled. Example: enabled: - dns:query;ignoreAAAA - drop - tcp - flow - icmp - http You can specify the list of metrics from the helm CLI: --set hubble.metrics.enabled="{dns:query;ignoreAAAA,drop,tcp,flow,icmp,http}"
- Configures the list of metrics to collect. If empty or null, metrics are disabled. Example: enabled: - dns:query;ignoreAAAA - drop - tcp - flow - icmp - http You can specify the list of metrics from the helm CLI: --set metrics.enabled="{dns:query;ignoreAAAA,drop,tcp,flow,icmp,http}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was kind of irrelevant "fixup" but anyways we can fix it in a different standalone PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes.

Copy link
Contributor

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 ok

@chancez
Copy link
Contributor Author

chancez commented Jul 21, 2023

/test

@joestringer
Copy link
Member

/test-backport-1.14

@maintainer-s-little-helper maintainer-s-little-helper bot added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. labels Jul 24, 2023
@joestringer joestringer merged commit 2138cee into v1.14 Jul 24, 2023
178 checks passed
@joestringer joestringer deleted the pr/chancez/v1.14/revert_hubble_redact branch July 24, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/v1.14 This issue affects v1.14 branch backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. kind/cleanup This includes no functional changes. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-blocker/1.14 This issue will prevent the release of the next version of Cilium. sig/hubble Impacts hubble server or relay
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants