-
Notifications
You must be signed in to change notification settings - Fork 17
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
Some questions about discovery-service mode #178
Comments
Hi! I've got one more question, if I'm allowed to ask... At this moment we are only interested in the automatic tagging functionality but we are not interested in the access control feature, meaning this that we are not interested in the domain and IAM mapping settings. If we set Thanks!! |
Hey, I’ll reply to this thread on Monday
Thanks,
Karim
…On Thu, 19 Sep 2024 at 14:39, Sergio Peral ***@***.***> wrote:
Hi! I've got one more question, if I'm allowed to ask...
At this moment we are only interested in the automatic tagging
functionality but we are not interested in the access control feature,
meaning this that we are not interested in the domain and IAM mapping
settings. If we set data_catalog_taxonomy_activated_policy_types to [] in
the tfvars file, does that completely disable the access control feature?
What should we do with the domain and iam-mapping settings? Is there any
"blank" value we can set for these variables that wouldn't break the
solution?
Thanks!!
Regards,
Sergio.
—
Reply to this email directly, view it on GitHub
<#178 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYBYTJHBKCUWVNDF5MVMRDZXKZXLAVCNFSM6AAAAABOK75KKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQG42TCMBXGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Hey! Great, thank you!! Enjoy the weekend :) |
Hey @sergiospa, we're glad that you find this project useful for your organization. Here are my answers:
Unfortunately there is no folder-level support at the moment. The highest level of granularity in the scan scope (i.e. include and exclude lists) is a project, and by turn, the domain mapping config
In the current implementation, no. However, you can change the structure of this variable and use a list of projects as long as you propagate your changes to the creation of the
Yes you will need to add projects in both the
The IAM and domain mapping configurations are required for a successful deployment and assigning policy tags to columns. Setting
where |
Hi @kwadie , Thank you, this answers my questions. I will continue reviewing the solution in order to proceed with the deployment. We already have a DLP deployment, and we are only looking to incorporate the autotagging feature based on the findings, so we need to adapt several parts of the code. Therefore, I may come back with more questions in the future, I hope I won’t be too much of a bother! Regards, |
Hello again @kwadie ! I would like to ask another question, if possible. We currently have a separate deployment of DLP in our organization, and we want your automatic tagging solution to work alongside our existing DLP setup. In other words, we don't want the automatic tagging tool to make a separate deployment of DLP; we want to continue using our own deployment. This is possible, right? That said, what does the automatic tagging solution take into account to determine whether or not to tag a DLP finding? I’m referring to the fact that DLP results indicate the likelihood (e.g., LIKELY, VERY_LIKELY) that the information may contain personal data. Is there a way to configure the automatic tagging solution to tag only when a certain likelihood threshold is met? Thanks as always, and best regards, |
I am assuming you use DLP discovery service (i.e. Automatic DLP). In this case you can deploy this solution on top of it in the Discovery Service mode. You're correct, DLP can find multiple InfoTypes with different levels of likelihood, however only one policy tag (representing an InfoType) can be attached to a column. For that, the solution runs a heuristic to "promote" only one InfoType per column given some signals like likelihood and number of findings . In case of "Discovery Service" mode, the heuristic is simpler (due to the limited number of signals) and is defined in this SQL query that you can modify while keeping the same result schema and granularity. The current logic is as follows:
|
Hello!
First of all, thank you for this amazing project! We are considering integrating it into our GCP organization and have been exploring the best ways to do so. We have a few questions and would appreciate your insights if you have a moment.
We plan to use the discovery-service mode, as we already perform automatic DLP inspections across numerous projects. Here are our questions:
From my understanding, we need to manually list each project in the
terraform.tfvars
file and create a corresponding domain-project mapping, even when using just one domain. Is there any way to automatically include all projects within the organization without listing them individually? Alternatively, is it possible to map folders instead of specific projects?Is there a way to add all many projects to a single domain, something like this?
I hope these questions make sense. We're really excited about the potential of your project and look forward to your response!
Best regards,
Sergio
The text was updated successfully, but these errors were encountered: