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

Remove required access to the whole couchdb database. #274

Closed cbickel closed 6 years ago

cbickel commented 6 years ago

Currently the kafka-trigger needs admin access on the whole couch-database, to get all databases that exist. If not all permissions are granted, the provider fails to start. With this change, the access on all databases is not needed anymore, but only on the required database.

jasonpet commented 6 years ago

@abaruni - please review and verify that this PR will not cause any issues.