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

cdc: remove 'nonsensitive' tag from changefeed description in telemetry logs #95832

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

jayshrivastava
Copy link
Contributor

@jayshrivastava jayshrivastava commented Jan 25, 2023

Previously, the description field in changefeed telemetry logs was marked as nonsensitive. This is incorrect because the description field may contain an SQL statement which is not safe to report. This change removes the nonsensitive tag so the field is redacted by default.

Fixes: #95823
Epic: none
Release note: none

…ry logs

Previously, the description field in changefeed telemetry logs was marked as
`nonsensitive`. This is incorrect because the description field may contain
an SQL statement which is not safe to report. This change removes the
`nonsensitive` tag so the field is redacted by default.

Epic: none
Release note: none
@blathers-crl
Copy link

blathers-crl bot commented Jan 25, 2023

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@jayshrivastava jayshrivastava marked this pull request as ready for review January 25, 2023 16:15
@jayshrivastava jayshrivastava requested review from a team January 25, 2023 16:15
Copy link

@THardy98 THardy98 left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jayshrivastava)

@jayshrivastava
Copy link
Contributor Author

bors r+ TYFR

@craig craig bot merged commit 2105cd4 into cockroachdb:master Jan 25, 2023
@craig
Copy link
Contributor

craig bot commented Jan 25, 2023

Build succeeded:

@jayshrivastava jayshrivastava deleted the nonsensitive branch January 26, 2023 15:37
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.

eventpb: the CommonChangefeedEventDetails type improperly marks its description as "nonsensitive"
3 participants