You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/07 19:07:01 UTC

[GitHub] rabbah commented on issue #3204: ability to specify subject as namespace owner to manage other subjects in a namespace.

rabbah commented on issue #3204: ability to specify subject as namespace owner to manage other subjects in a namespace.
URL: https://github.com/apache/incubator-openwhisk/issues/3204#issuecomment-363875909
 
 
   If you?re standing up a microservice to do this why bother using wskadmin at all? It just makes API calls to couchdb; can you just do that instead (you can reuse wskadmin?s methods perhaps but not the cli aspect. Maybe that?s what you?re doing already?) if you make direct API calls to couchdb then you can create whatever schema you need.
   
   When you said flask I wondered why not actually used openwhisk actions to do this. You can surface those actions as webactions hence an API and can implement ACL within the action. The. You deploy these actions as part of the boot up process. 

----------------------------------------------------------------
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