exceptionfactory commented on PR #10031: URL: https://github.com/apache/nifi/pull/10031#issuecomment-3237052122
I did note the that `Authenticator` interface recommends using available implementations, since the method stability is marked as `Internal`. As a compromise along those lines, extending `CertificateAuthenticator` and just overriding the `applyTlsProperties()` method could also work, as it inherits the rest of the behavior. It is also considering a pull request to the Couchbase driver itself to support the `KeyManager` directly, but as a targeted custom implementation, it seems like the best way forward. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
