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/06/18 19:06:52 UTC

[GitHub] asteed edited a comment on issue #3661: Restrict allowed namespaces when creating action of certain kinds

asteed edited a comment on issue #3661: Restrict allowed namespaces when creating action of certain kinds
URL: https://github.com/apache/incubator-openwhisk/pull/3661#issuecomment-389348864
 
 
   Sample whitelist to be used in `common/scala/src/main/resources/application.conf`
   ```
   whisk {
       ...
       runtimes {
           ...
           whitelist = ["nodejs:6","python"]
       }
   }
   ```
   

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