An open API service indexing awesome lists of open source software.

https://github.com/adshan/dotnet-aws-secrets-manager

Securing configurations with AWS Secrets Manager.
https://github.com/adshan/dotnet-aws-secrets-manager

aws-secrets-manager dotnet option-pattern

Last synced: 12 days ago
JSON representation

Securing configurations with AWS Secrets Manager.

Awesome Lists containing this project

README

          

# dotnet-aws-secrets-manager
Demonstração de como podemos trabalhar com chaves secretas utilizando o AWS Secrets Manager.

# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
- Alterar no projeto as credenciais AWS_ACCESS_KEY e AWS_SECRET_KEY de acordo com sua conta AWS.
- Criar os segredos 'API_Production_ConnectionStrings__DefaultConnection' e 'API_Production_TokenConfigurations__SecretJWTKey'

# Sobre
Este projeto foi desenvolvido por Anderson Hansen.