mirror of
https://github.com/corda/corda.git
synced 2025-03-16 17:15:19 +00:00
* Add dependencies for Azure KeyVault. * CryptoService implementation for Azure KeyVault. * Exclude transitive dependencies from azure keyvault client in other modules. * Integrate Azure KeyVault CryptoService into NodeConfiguration and AbstractNode. * Improve ContentSigner for Azure KeyVault CryptoService. * Fix missing import. * Improve tests. * Fix rebase error. * Respond to feedback: Remove duplicate entry. * Respond to feedback. * Add better explanation for hard vs. soft keys. * az keyvault alias validation. * Respond to feedback.