ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Access: Direct RabbitMQ for ECS
Abierto
@Ayush8923 ya está trabajando en esto.
Desde el 2/9/2026.
enhancement
infrastructure
- Lenguaje dominante
- Python
- Estrellas
- 18
- Forks
- 10
- Merge medio
- 2 d 20 h
- PR fusionados (30 d)
- 14
Descripción
Is your feature request related to a problem?
Currently, the RabbitMQ instance in ECS production can be accessed directly. This means the instance is reachable without going through the bastion host, which is not the desired security setup.
Describe the solution you'd like
- Restrict direct access to the RabbitMQ instance in ECS production and place it behind the bastion host.
- RabbitMQ should only be accessible when connected through the bastion. This will ensure that the RabbitMQ instance is not directly reachable via its IP address and that access is controlled through the bastion host.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.