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 2021/04/01 03:10:47 UTC

[GitHub] [openwhisk-composer] kingzevin commented on issue #77: How to set parameters for Redis instance to use parallel composition

kingzevin commented on issue #77:
URL: https://github.com/apache/openwhisk-composer/issues/77#issuecomment-811605529


   @simonkleinfeld 
   The json parameter including "$composer" tokens should be passed as the input parameter of the "invocation", e.g., 
   ``` sh
   # your input json should be like:
   $ cat input.json
   > {
     "$composer": {
         "openwhisk": {
             "ignore_certs": true
         },
         "redis": {
             "uri": "redis://172.17.0.1:6379"
         }
     },
     "key":"value"
   }
   # then you can invoke it with this 
   $ wsk -i action invoke <your composition action> -P input.json
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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