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.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-aws-secrets-manager
- Owner: AdsHan
- License: mit
- Created: 2023-01-13T23:13:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T16:42:22.000Z (almost 3 years ago)
- Last Synced: 2025-07-07T19:51:04.147Z (11 months ago)
- Topics: aws-secrets-manager, dotnet, option-pattern
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.