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_r129585360
 
 

 ##########
 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:
   this is non-nonsensical since it would block all subjects that belong to a 
namespace which is not the desired outcome. Thanks @markusthoemmes for the 
sanity check. 
 
----------------------------------------------------------------
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