mdeuser opened a new pull request #244: WIP: Add --web-secure option to action create/update URL: https://github.com/apache/incubator-openwhisk-cli/pull/244 - convenience wrapper around the `require-whisk-auth` annotation - similar to the `web` option, when used to update an existing action all existing annotations will be preserved IF no other annotation is specified - syntax is `--web-secure true|false|<string>` - when set to true, a random numeric secret is generated for the `require-whisk-auth` annotation - when set to false, the `require-whisk-auth` annotation is removed - when set to any other value, that value is used as the `require-whisk-auth` annotation value - `--web-secure` is only valid for web actions - related to https://github.com/apache/incubator-openwhisk/commit/4dfe54812706d55af3619fcc7180bb7bcb708254 - depends on https://github.com/apache/incubator-openwhisk-client-go/pull/69
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
