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

proto: Handle maps correctly in redact. #18254

Merged
merged 2 commits into from
Sep 27, 2021
Merged

Conversation

paul-r-gall
Copy link
Contributor

Signed-off-by: Paul Gallagher pgal@google.com

Commit Message: proto: handle maps correctly in redact.
Additional Description: Currently, when a map is marked as sensitive, redact will turn every key into the string "[redacted]", thereby invalidating the map. This change causes the map to only have values converted to "[redacted]".
Risk Level: low
Testing: unit tested.
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Deprecated:]
[Optional API Considerations:]

Signed-off-by: Paul Gallagher <pgal@google.com>
Signed-off-by: Paul Gallagher <pgal@google.com>
@paul-r-gall
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Check envoy-presubmit isn't fully completed, but will still attempt retrying.
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #18254 (comment) was created by @paul-r-gall.

see: more, trace.

@paul-r-gall
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #18254 (comment) was created by @paul-r-gall.

see: more, trace.

@paul-r-gall
Copy link
Contributor Author

flaky.

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #18254 (comment) was created by @paul-r-gall.

see: more, trace.

@paul-r-gall
Copy link
Contributor Author

@lizan please assign to maintainer?

@lizan lizan merged commit d62455f into envoyproxy:main Sep 27, 2021
soulxu pushed a commit to soulxu/envoy that referenced this pull request Oct 16, 2021
proto: handle maps correctly in `redact`.
Additional Description: Currently, when a map is marked as sensitive, `redact` will turn every key into the string "[redacted]", thereby invalidating the map. This change causes the map to only have values converted to "[redacted]".
Risk Level: low
Testing: unit tested.
Docs Changes:
Release Notes:
Platform Specific Features:

Signed-off-by: Paul Gallagher <pgal@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants