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_r129849108
##########
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:
on second thought - it may be something desirable _in the future_ (to block
all subjects belonging to a namespace).
----------------------------------------------------------------
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