question

ChaitanyaChowdary-5512 avatar image
1 Vote"
ChaitanyaChowdary-5512 asked ChaitanyaChowdary-5336 answered

Azure Key Vault to Solace sync of credentials, secrets or keys

Use case is like, Developer will be updating the secrets, credentials or keys in the azure key vault and those should be synced or replicated to the solace. Whenever the new version of exiting or New object(credentials, secrets or keys) is created it should be available in both Key Vault and Solace.

Please let me know if any recommendations also if azure supports this kind of feature please share us the documentation links.

Is there any custom configuration/script that will integrate with solace from Azure.

azure-key-vault
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MarileeTurscak-MSFT avatar image
0 Votes"
MarileeTurscak-MSFT answered ChaitanyaChowdary-5512 commented

I do not believe an integration like this is currently available.

If you make a feature request in User Voice the product team may have some recommendations.

This is the only Solace-Azure integration document that I am aware of. https://azure.microsoft.com/en-us/resources/templates/solace-message-router/

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

PraveenNelge-1499 avatar image
0 Votes"
PraveenNelge-1499 answered ChaitanyaChowdary-5512 commented

Its all about whether are you able to receive any events or notifications on update of any key in Key Vault.
This could be one of the solution to Receive and respond to key vault notifications with Azure Event Grid.
Azure Key Vault integration with Azure Event Grid enables user notification when the status of a secret stored in a key vault has changed.

https://docs.microsoft.com/en-us/azure/key-vault/general/event-grid-tutorial

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Yeah, Thank you. Trying with Web hooks.

0 Votes 0 ·

Is it possible to trigger a azure pipeline when a key pair in the azure key vault is updated ?

0 Votes 0 ·
ChaitanyaChowdary-5336 avatar image
0 Votes"
ChaitanyaChowdary-5336 answered

Create a automation account and link a run book to key vault, so when there is a new version of key vault object an event will be triggered to run book, in the run book we used REST calls to update the solace object values.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.