Azure / Azure/azure-functions-java-library
Support certificate and key in PEM string format
- Dominant language
- Java
- Stars
- 45
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Conlfuent.kafka and librdkafka supports authentication certificate in pem string format using "ssl.certificate.pem" and "ssl.key.pem" attributes. You do not have to maintain certificate as file within application or certificate store with this support. This extension does not supports these methods of specifying certificate.
Adding this capability would allow referencing the PEM string as a KeyVault secret, since KeyVault only supports certificates in PFX formats.
There's a similar issue logged here:
https://github.com/Azure/azure-functions-kafka-extension/issues/310
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.