-
Notifications
You must be signed in to change notification settings - Fork 5.3k
api: add 'redacted' option for protobuf messages, and redact SSL certs #9315
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
e95cafb
api: add 'redacted' option for protobuf messages, and redact SSL certs
794aa85
fix missing import in v3alpha cert.proto
4948c4b
redact specific string fields instead of clearing entire messages
927d875
use udpa.annotations.sensitive and redact non-string fields
848b869
oops
cf6ebc2
whitelist sensitive annotation in protoxform
2f261f6
reify is a word
186a8b3
testing and bulletproofing
bd56dba
recognize UDPA TypedStruct
782d092
Merge branch 'master' into redacted_protobuf
0f493fa
introduce a test proto for better coverage, and add a bit of user doc…
8013dbe
Merge branch 'master' into redacted_protobuf
3552086
lizan is right
b4c9bf9
apply to TlsSessionTicketKeys and address differences in expected output
af5a7df
special case handling for DataSource
32673ff
use fallthru macro
09d70fc
Merge branch 'master' into redacted_protobuf
11f9d43
update generated_api_shadow
2bf220f
Merge branch 'master' into redacted_protobuf
f6e49c6
fix format
d9e836c
don't worry about v3alpha yet
5dc3c06
split tests up for clarity
29a6172
Merge branch 'master' into redacted_protobuf
403fdd2
Merge branch 'master' into redacted_protobuf
208e9b4
remove special-case handling for DataSource and replace with better h…
77f295b
use pure reflection rather than dynamic_cast
2488863
Merge branch 'master' into redacted_protobuf
769e817
update spelling dict and whitelist protobuf/utility.cc for SerializeA…
891da34
"reified" is a word
e996e29
Merge branch 'master' into redacted_protobuf
b690640
htuch suggested reflection improvements
e77cb8f
htuch feedback
7a6b20c
Merge branch 'master' into redacted_protobuf
f8167a0
fix bug: empty opaque types are legal
5f1211e
kick ci
358bac9
Merge branch 'master' into redacted_protobuf
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 5 additions & 3 deletions
8
generated_api_shadow/envoy/extensions/transport_sockets/tls/v3alpha/cert.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.