apache / apache/openwhisk-deploy-kube

Unable to create action 'apimgmt/getApi':

Open
#591 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
309
Forks
231
PR merge metrics
No merged PRs in 30d

Description

Full error : Unable to create action 'apimgmt/getApi': The connection failed, or timed out. (HTTP status code 413)

ingress config :

`# Overall configuration of OpenWhisk deployment
whisk:
ingress:
apiHostName: domain
apiHostPort: 443
apiHostProto: https
type: Standard
domain: domain
tls:
enabled: true
secretenabled: true
createsecret: false
secretname: letsencrypt-prod
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: "75s"
nginx.ingress.kubernetes.io/client-max-body-size: "100m"
nginx.ingress.kubernetes.io/proxy-add-headers: |
serviceName=owdev-controller {
'X-Request-ID' $request_id;
}`

wsk namespace list -v works well with https request, also can create actions with wsk commands.

Contributor guide

Open the contributing guide

Research direction

Start by reproducing creation of the apimgmt/getApi action over HTTPS with the shown ingress configuration, then compare it with the working namespace-list and action-creation commands. Inspect how the Kubernetes ingress and NGINX annotations handle the request and HTTP 413 response. Done means the action can be created successfully through the configured HTTPS endpoint.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, nginx
Domain
api, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.