apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
32 stars 43 forks source link

Ignore certificates on creating a trigger within the side-effect action. #278

Closed cbickel closed 6 years ago

cbickel commented 6 years ago

If the test to create an entity as side-effect within the triggered action runs in an environment with self signed certificates, this test will fail.

This PR fixes this bug.

@abaruni Could you please have a look on this PR?

abaruni commented 6 years ago

@jasonpet or @dubee would you merge when you can?