You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resource in Guardian represents the actual resource in the provider e.g. for BigQuery provider, a resource represents a
dataset or a table. Guardian collects resources from the provider automatically as soon as it registered. While in
parallel, Guardian also has a job for continuously syncing resources.
In current design it fetch all the database/table/resources in configure provider, there is no way to filter out on
resources.
Technical Design
Add a scope of condition in provider configuration to filter out on resources.
Using expression
Expression can be used to check whether Guardian should add the resources or not.
We can edit or add new providers based on new configuration. For already added resources whom we want to make conditional need to soft-delete it from Guardian db.
The text was updated successfully, but these errors were encountered:
this issue is converted from this RFC PR
Summary
Resource in Guardian represents the actual resource in the provider e.g. for BigQuery provider, a resource represents a
dataset or a table. Guardian collects resources from the provider automatically as soon as it registered. While in
parallel, Guardian also has a job for continuously syncing resources.
In current design it fetch all the database/table/resources in configure provider, there is no way to filter out on
resources.
Technical Design
Add a scope of condition in provider configuration to filter out on resources.
Using expression
Expression can be used to check whether Guardian should add the resources or not.
Migration
We can edit or add new providers based on new configuration. For already added resources whom we want to make conditional need to soft-delete it from Guardian db.
The text was updated successfully, but these errors were encountered: