You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/02/16 14:59:08 UTC

[GitHub] glinggit opened a new issue #788: The defaultTopicPerm and defaultGroupPerm values does not work in the program because the value in the configuration file is not used in the program.

glinggit opened a new issue #788: The defaultTopicPerm and defaultGroupPerm values does not work in the program because the value in the configuration file is not used in the program.
URL: https://github.com/apache/rocketmq/issues/788
 
 
   When I configure defaultTopicPerm and defaultGroupPerm values in the plain_acl.yml file,
   I want to validate the permission judgment of the default topic according to my configuration.
   However, the configuration in the program does not work because the value in the configuration file is not used in the program.
   
   The code is 133 lines in PlainPermissionLoader.java and the code is as follows:
   “byte ownedPerm = isGroup ? needCheckedAccess.getDefaultGroupPerm() :
   needCheckedAccess.getDefaultTopicPerm();”

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services