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/01/19 14:47:29 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-358985796
 
 
   That said - historically that was a route in the controller namespace API handler to create a new subject/namespace/key. As it stands the controller is only a reader of the subject database, not a writer, and over time we've removed all the code that writes to the subject database.
   
   If you were to add such a route/support back, you'll need to implement some dedicated ACL for it so that only privileged subjects may create/delete/revoke keys.

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