The certificates to access our Kafka cluster are stored in an Azure Vault. Great, but Spring boot needs those certificates to access my Kafka cluster already at startup. How can I use those certificates?
I have it working by copying the certificates from the app and then inject them into the context. But this seems very hacky. Maybe I should create my own SslBundleRegistry?
But I can’t be the first to need this and so I expect that there must be a ready-to-use solution for this 🙂
So the service does have access to the vault. That is not a problem. Just that the service needs to import the remote certificates into the local system.
MAG,
Milo