0 vote
Would it be possible to add an Azure Key Vault Data Source to RDM?
Hi,
Do you know if they have an SDK?
Regards
David Hervieux
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.
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
I was actually thinking as both a login to RDM and as a data source.
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.
Thank you for the information.
Regards
David Hervieux
Any news on this?
Hello,
We haven't started yet. We will release next month RDM 13 and it won't be included unfortunately.
Regards
David Hervieux
I'd be happy to write the provider myself if you can point me to the right interface to implement.