azure-functions-kafka-extension icon indicating copy to clipboard operation
azure-functions-kafka-extension copied to clipboard

Bug Fix for fail to load certificate location for KafkaTrigger

Open krishna-kariya opened this issue 2 years ago • 0 comments

The SslCertificateLocation, SslKeyLocation and SslCaLocation attributes require the absolute path of certificate and keys respectively. This PR makes sure that the path is absolute and fixes https://github.com/Azure/azure-functions-kafka-extension/issues/321

krishna-kariya avatar Aug 24 '22 11:08 krishna-kariya