如何在Android中使用Azure Key Vault [英] How to use Azure Key Vault in android

查看:60
本文介绍了如何在Android中使用Azure Key Vault的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将Azure用作云存储,可以使用以下链接上载和下载Azure blob容器中的图像/文件.

I'm using Azure as cloud storage, i'm able to upload and download the images/files in Azure blob container using following link.

现在,为了提供安全性,我们计划使用密钥库.使用密钥保管库密钥需要以天蓝色访问blob存储.没有可用的信息供android使用密钥库.如果有人知道任何内容,请发布.如果我错过任何要提及的内容,请发表评论,我将对其进行更新.我是Azure实施的新手.

Now to provide security we are planing to use key vault. Using key vault keys need to access the blob storage in azure. There is no information available for android to use key vault. If anyone knows anything please post it.If i miss anything to mention please comment i will update it. I'm new to azure implementation.

-我的目标是在应用程序中显示存储在Azure blob存储中的图像.我想直接访问而不是通过使用密钥保险库访问azure存储.从密钥库中获取密钥后,如何将天蓝色与该密钥连接?

- My goal is to display images in app which are stored in Azure blob storage.Instead of accessing azure storage directly by using Key vault i want to access it. After getting secrete key from key vault how to connect azure with that key ?

推荐答案

密钥存储在密钥库中,我想访问它们并使用它们访问Blob存储空间

keys are stored in key vault i want access them and use them to access blob storage

在构建移动应用程序时不要使用Azure Keyvault.至少不是直接使用.

您看到的,如果可能的话,我们希望将所有应用程序的秘密信息保留在设备之外.即使它们从未被存储过,也只会暂时存储在内存中.

You see, we want to keep all app secrets off the device if possible. Even if they're never being stored and will only be in memory transiently.

要解决此特定难题,我们仍将利用Keyvault及其提供的所有功能,并将Azure Storage API密钥放入其中.

To solve this particular conumdrum, we're still going to take advantage of Keyvault and all it has to offer and put the Azure Storage API key in there.

但是,不是让移动应用程序直接访问Table存储,而是让 Azure Function 做到这一点.

But instead of having the mobile app directly access the Table storage, we're going to have an Azure Function do that.

有关更多详细信息,您可以参考此文章.

For more details, you could refer to this article.

这篇关于如何在Android中使用Azure Key Vault的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆