asteed commented 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 {
           ...
           whitelists {
             "nodejs:6": ["guest"],
             python: ["supergroup"],
             blackbox: ["ADMIN"]
           }
       }
   }
   ```
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to