We need to service up dynamic certificates to NiFi at runtime to enable connection to remote hosts via certificate-based TLS.
My understanding is that the existing implementations of SSLContextService all require that the keystore/truststore be accessible through the filesystem. What might an implementation based on third-party providers (namely vault) look like? Can someone point me to any resources that might guide this implementation? Thanks, Cannon