-
Notifications
You must be signed in to change notification settings - Fork 57
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
rewrote current sink rule for google-cloud sdk into individual service #118
Conversation
domains: | ||
- "cloud.google.com" | ||
patterns: | ||
- "(?i)(com[.]google[.]privacy[.]dlp[.]v2|com[.]google[.]privacy[.]dlp[.]v2[.]DlpServiceClient).*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DlpServiceClient
already matches
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed.
domains: | ||
- "cloud.google.com" | ||
patterns: | ||
- "(?i)(com[.]google[.]cloud[.]redis[.]v1|com[.]google[.]cloud[.]redis[.]v1[.]CloudRedisClient).*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CloudRedisClient
already matches
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
domains: | ||
- "cloud.google.com" | ||
patterns: | ||
- "(?i)(com[.]google[.]cloud[.]storage|com[.]google[.]cloud[.]dataflow|com[.]google[.]cloud[.]datastore|com[.]google[.]cloud).*" | ||
- "(?i)(com[.]google[.]cloud[.]datastore|com[.]google[.]cloud[.]grpc).*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hiaashna Create a separate rule for com[.]google[.]cloud[.]grpc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to include this with Cloud Datastore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, will create a separate rule for it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.