jiangpengcheng
jiangpengcheng
## Description Add action versioning feature for actions ## Design Design document: https://cwiki.apache.org/confluence/display/OPENWHISK/Action+Versioning Newly created/updated actions will include a `version` in their document id, like `whisk.system/[email protected]`, so they will not...
- Use MultiStatus for ApplicationError - Use BadRequest for DeveloperError ## Description Use 502 BadGateway seems not suitable for `ApplicationError` and `DeveloperError` ## Related issue and scope - [ ]...
I did a simple benchmark test on hyperd and docker using [wrk](https://github.com/wg/wrk) and nginx, but found that hyperd is quite slower than docker, below is the detailed result: ## hyperd...
when restart the hyperd service, running pods will disappear, but if we restart the hyperd again, the disappeared pods will return. how to reproduce: 1. start a simpe pod: ```...
Master Issue: #400 ### Motivation pulsarctl requires some oauth2 parameters, such as `audience`, `issuerUrl` and so on, so we need to provide them explicitly. the reason why I split this...
Fixes #400 Wait for function-mesh-worker-service support oauth2, leave any comment you want ### Motivation Use an init container to download packages/functions from pulsar: https://github.com/streamnative/function-mesh/pull/390#issuecomment-1155933847 ### Modifications Attach an init container...
set forwardAuthorizationCredentials to true with authentication is enabled Fixes #854 ### Motivation Fix proxy authentication error ### Modifications Make `forwardAuthorizationCredentials` to true when authentication is enabled ### Verifying this change...
### Reproduce 1. run prepare_helm_release ``` ./scripts/pulsar/prepare_helm_release.sh -n default -k sn-platform -s ``` 2. deploy pulsar with jwt auth ``` auth: authentication: enabled: true provider: "jwt" jwt: # Enable JWT...
it's strange that I can connect it on my local machine, are there any access rules on the community server?