mneethiraj commented on code in PR #1219:
URL: https://github.com/apache/ranger/pull/1219#discussion_r3960090341
##########
plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java:
##########
@@ -79,12 +79,15 @@ public class RangerServiceAtlas extends RangerBaseService {
public static final String RESOURCE_END_TWO_ENTITY_TYPE =
"end-two-entity-type";
public static final String RESOURCE_END_TWO_ENTITY_CLASSIFICATION =
"end-two-entity-classification";
public static final String RESOURCE_END_TWO_ENTITY_ID =
"end-two-entity";
+ public static final String RESOURCE_NOTIFICATION_TOPIC =
"notification-topic";
public static final String SEARCH_FEATURE_POLICY_NAME = "Allow
users to manage favorite searches";
public static final String ACCESS_TYPE_ENTITY_READ =
"entity-read";
public static final String ACCESS_TYPE_TYPE_READ =
"type-read";
public static final String ACCESS_TYPE_ENTITY_CREATE =
"entity-create";
public static final String ACCESS_TYPE_ENTITY_UPDATE =
"entity-update";
public static final String ACCESS_TYPE_ENTITY_DELETE =
"entity-delete";
+ public static final String ACCESS_TYPE_POST_NOTIFICATION =
"post-notification";
+ public static final String ACCESS_TYPE_SERVICE_NOTIFICATION_POST =
"service-notification-post";
Review Comment:
How is `ACCESS_TYPE_SERVICE_NOTIFICATION_POST` different from
`ACCESS_TYPE_POST_NOTIFICATION`? If they are not different, I suggest removing
`ACCESS_TYPE_SERVICE_NOTIFICATION_POST`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]