Mark Deuser

Results 13 issues of Mark Deuser

also add `--force` flag to force trigger deletion

Sequences do not have time, memory or log limits like the invoker-run actions do. Currently, the CLI allows these limits to be set on a sequence; instead, the CLI should...

bug

API GW support is javascript based and numbers are limited to 53 bits - APIs created with secured web action must adhere to this limit when using a numeric secret

Add a new flag `--cors true|false` to the `wsk api create` command that indicates if CORS support should be handled by the API GW or not. When `false` CORS related...

Add an automated job - that's configurable to run periodically - that builds the CLI using the latest incubator-openwhisk-cli repo and incubator-openwhisk-client-go repos - Replace/override the incubator-openwhisk-cli's Godeps.json incubator-openwhisk-client-go commit/rev...

Today, response headers >3KB result in a 502 response. Is issue is a request to bump the nginx configuration to allow for header sizes of up to 8KB.

Here is one specific example, although other scenarios likely have the same issue. 1. Create an API that is configured with "Require applications to authenticate via API key" enabled. 2....

Update the `/apis` endpoint to return the swagger in either the API developer format or the API consumer format. Currently, the swagger being returned is only useful for the API...

1. Create an initial api under an existing tenant. POST /apis ```{ "name": "/mwd_api2_bp", "basePath": "/mwd_api2_bp", "tenantId": "YOUR TENANT ID", "resources": { "/rp": { "operations": { "get": { "backendMethod": "POST",...

bug