This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Add managed identity support for auto-restart message pump on rotated credentials background job #157
Labels
az-key-vault
All issues related to Azure Key Vault background jobs
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Is your feature request related to a problem? Please describe.
Currently, we only support connection string support when registering an Azure Service Bus topic subscription that receives 'new secret version created' events to restart the message pump.
Describe the solution you'd like
Add support for managed identity with the
AddCloudEventBackgroundJobUsingManagedIdentity
overload. Make sure to test this with ourTemporaryEnvironmentVariable
so that the secret values are retrieved from the environment.Take a look at how the
AddCloudEventBackgroundJobUsingManagedIdentity
is tested for an example.The text was updated successfully, but these errors were encountered: