Azure Key Vault Support

0 vote

avatar
jacob
Disabled

Would it be possible to add an Azure Key Vault Data Source to RDM?

All Comments (9)

avatar

Hi,
Do you know if they have an SDK?

Regards

David Hervieux

avatar

There is a lot of information available and yes they have an SDK:
https://azure.microsoft.com/en-au/services/key-vault/
https://docs.microsoft.com/en-us/azure/key-vault/key-vault-use-from-web-application

https://docs.microsoft.com/en-us/azure/key-vault/key-vault-developers-guide
https://msdn.microsoft.com/en-us/library/azure/mt430941.aspx
https://blogs.technet.microsoft.com/kv/2015/06/02/azure-key-vault-step-by-step/

I have quite a bit of experience with Azure Integration and Azure Key Vault. I'm not all that familiar with RDM add-on so I'd be happy to help out on the Azure side if someone can assist with the RDM integration.

avatar

Could you elaborate on the type of integration you will see? Is to login in RDM or to view and extra the data from RDM?

Regards

David Hervieux

avatar

I was actually thinking as both a login to RDM and as a data source.

avatar

When you store secrets in key vault they are just an octet sequences with a maximum size of 25kb each. So for example you could serialise a data structure to JSON and store it safely in key vault.

avatar

Thank you for the information.

Regards

David Hervieux

avatar

Any news on this?

avatar

Hello,
We haven't started yet. We will release next month RDM 13 and it won't be included unfortunately.

Regards

David Hervieux

avatar

I'd be happy to write the provider myself if you can point me to the right interface to implement.