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

rewrote current sink rule for google-cloud sdk into individual service #118

Merged
merged 5 commits into from
Jan 24, 2023

Conversation

hiaashna
Copy link
Contributor

No description provided.

@khemrajrathore
Copy link
Member

@hiaashna Change the base branch to ruleSegregation
cc- @abhstabs

@hiaashna hiaashna changed the base branch from dev to ruleSegregation January 16, 2023 06:13
domains:
- "cloud.google.com"
patterns:
- "(?i)(com[.]google[.]privacy[.]dlp[.]v2|com[.]google[.]privacy[.]dlp[.]v2[.]DlpServiceClient).*"
Copy link
Member

Choose a reason for hiding this comment

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

DlpServiceClient already matches

Copy link
Contributor Author

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).*"
Copy link
Member

Choose a reason for hiding this comment

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

CloudRedisClient already matches

Copy link
Contributor Author

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).*"
Copy link
Member

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

Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Member

@khemrajrathore khemrajrathore left a comment

Choose a reason for hiding this comment

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

LGTM

@khemrajrathore khemrajrathore merged commit 48a46bd into ruleSegregation Jan 24, 2023
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.

4 participants