Class AzureKeyVaultKeysReactiveServiceDev

java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.service.AzureKeyVaultKeysReactiveServiceDev
All Implemented Interfaces:
AzureKeyVaultKeysReactiveService

@ApplicationScoped public class AzureKeyVaultKeysReactiveServiceDev extends Object implements AzureKeyVaultKeysReactiveService

This implementation is used when application.properties has azure-key-vault-keys.emulator.enabled=true. In this case the Azure Key Vault APIs will be emulated.

Don't use this in production!

Author:
Antonio Tarricone