简体   繁体   English

我应该在 blazor maui 应用程序中放置 aws 访问密钥

[英]where I should put aws access key in blazor maui application

I am going to integrate AWS SNS service into .NET Blazor MAUI App.我要将 AWS SNS 服务集成到 .NET Blazor MAUI 应用程序中。 Where I put the AWS Access Key and Secret key in Blazor MAUI App.我将 AWS 访问密钥和密钥放在 Blazor MAUI 应用程序中的位置。

In most articles, it says put those keys in Web.config.在大多数文章中,它说将这些密钥放在 Web.config 中。 But I can't find web.config但是我找不到 web.config

What is your platform?你的平台是什么? If you run in azure then the keyvault is where your secrets should go. Web config should not contain secrets, as they end up in the code repo etc. appsettings.json you may have instead of web.config, the same applies.如果您在 azure 中运行,那么 keyvault 就是您的秘密所在的位置 go。Web 配置不应包含秘密,因为它们最终会出现在代码仓库等中。appsettings.json 您可能拥有而不是 web.config,这同样适用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在没有 AWS 访问密钥的情况下部署 flask 应用程序 - Deploy flask application without AWS access key 我应该在哪里存储我的 object 在 AWS 运行 Ec2 实例与应用程序负载均衡器 - where should I store my object in AWS Running Ec2 Instance With Application Load balancer 我应该怎么做才能使用 boto3 修复“您提供的 AWS 访问密钥 ID 在我们的记录中不存在” - What should I do to fix "The AWS Access Key Id you provided does not exist in our records" using boto3 在生产环境中,我应该将 Firebase 管理员的“serviceAccountCredentials.json”放在哪里? - Where should I put "serviceAccountCredentials.json" for Firebase Admin, at production? 我需要亚马逊的 aws_access_key_id 和 aws_secret_access_key - I need aws_access_key_id and aws_secret_access_key for Amazon 您可以在没有明确创建的访问密钥和秘密密钥的情况下使用 AWS MGN(应用程序迁移)吗? - Can you use AWS MGN (Application Migration) without an explicitly created access key and secret key? AWS 将 https 证书放在哪里 - AWS Where to put the https certificate 这个应用程序应该在哪里注册? - Where should this application be registered? 我在哪里放置 Docker awslogs 日志驱动程序的 `.aws/credentials`(并避免 NoCredentialProviders)? - Where do I put `.aws/credentials` for Docker awslogs log-driver (and avoid NoCredentialProviders)? 我应该在哪里放置 firebase-auth 用户登录和注册代码? - Where should I put firebase-auth user signin and signup code?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM