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
Feature
In OpenMetadata, we provide field level permissions such as EDIT_DESCRIPTION, EDIT_TAGS etc..
These permissions are enforced by looking at patch level fields that are being modified. This works for the most part, however we use tags to capture the Classification, GlossaryTerms under same field , along with Tier tag is part of Classfication.
So that user who has EDIT_TAGS will have permissions to add/remove the glossary terms and tier tag, even though there is EDIT_TIER it maps to EDIT_TAGS not giving users to customize the roles and policies to different users.
Moreover, in our current releases we are not giving option to customize who can edit glossary terms relations to data assets.
In this ticket, we will examine the tags not just filed level but look at what tags are being added/removed and what type of tagLabels to enforce the EDIT_TAGS, EDIT_TIER, EDIT_GLOSSARY_TERM separately
The text was updated successfully, but these errors were encountered:
Feature
In OpenMetadata, we provide field level permissions such as EDIT_DESCRIPTION, EDIT_TAGS etc..
These permissions are enforced by looking at patch level fields that are being modified. This works for the most part, however we use tags to capture the Classification, GlossaryTerms under same field , along with Tier tag is part of Classfication.
So that user who has EDIT_TAGS will have permissions to add/remove the glossary terms and tier tag, even though there is EDIT_TIER it maps to EDIT_TAGS not giving users to customize the roles and policies to different users.
Moreover, in our current releases we are not giving option to customize who can edit glossary terms relations to data assets.
In this ticket, we will examine the tags not just filed level but look at what tags are being added/removed and what type of tagLabels to enforce the EDIT_TAGS, EDIT_TIER, EDIT_GLOSSARY_TERM separately
The text was updated successfully, but these errors were encountered: