Program-AR / Program-AR/pilas-bloques-app
Agregarle password al mongo
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 12
- Avg merge
- 7d 8h
- Merged PRs (30d)
- 2
Description
Hoy es relativamente segura la conexión, por como está armada la arquitectura de staging y producción.
Pero estaría bueno agregar además la password.
- La contraseña debe agregarse a los
.envde api y de analytics y debe ser consultada desde allí desde ambos proyectos para levantar la conexión al mongo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the .env files for the api and analytics projects and trace how each project currently establishes its MongoDB connection. Confirm how staging and production credentials are supplied before making the password available to both connection paths. Done means both projects read the password from their environment configuration and authenticate successfully against MongoDB.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, mongodb
- Domain
- databases, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100