rabbah commented on a change in pull request #2530: Add a database flag to 
completely block a given subject.
URL: 
https://github.com/apache/incubator-openwhisk/pull/2530#discussion_r129582635
 
 

 ##########
 File path: tools/admin/wskadmin
 ##########
 @@ -105,6 +105,12 @@ def parseArgs():
     subcmd = subparser.add_parser('whois', help='identify user from an 
authorization key')
     subcmd.add_argument('authkey', help='the credentials to look up')
 
+    subcmd = subparser.add_parser('block', help='block a user')
+    subcmd.add_argument('subject', help='the user to block')
 
 Review comment:
   should this utility allow blocking per namespace? to block a namespace 
lookup the subject then block the corresponding document?
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to