adam-baker / adam-baker/bork-bot
implement aws secrets manager
- Linguagem predominante
- Python
- Estrelas
- 3
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
instead of keeping bot token and api keys stored locally on the box, configure a lambda job to read secrets stored in the AWS Secrets manager. the bot should call the lambda job, which should deliver a JSON object of the key (we should decrypt the key within the application - not from the manager).
[AWS Secrets Manager](https://aws.amazon.com/secrets-manager/getting-started/)
[AWS Lambda - Python 3.6](https://docs.aws.amazon.com/lambda/latest/dg/python-programming-model.html)
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Start with the linked AWS Secrets Manager getting-started guide and the AWS Lambda Python 3.6 programming-model guide; the issue names no repository files, entry points, or tests. Done means the bot no longer reads tokens and API keys from local storage, obtains them through the Lambda-returned JSON object, and decrypts them within the application.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- aws, python
- Domínio
- backend, cloud, security
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100