ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Traffic Management: Filter unwanted bot traffic
Nadie ha tomado este issue todavía.
- 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, bot or unwanted traffic hitting the application can trigger false-positive downtime alerts, even when the application is healthy. This leads to unnecessary alerts and confusion.
Describe the solution you'd like
- Handle and restrict unwanted/bot traffic at the ALB layer instead of the application layer.
- Ensure the ALB identifies and filters bot or unwanted traffic before it reaches application instances.
Original issue
Problem
Currently, when a bot or unwanted traffic hits the application, it can trigger application downtime alerts even though the application itself is healthy and available.
This creates false-positive downtime alerts because the traffic is reaching the application layer instead of being handled before it reaches the application.
Proposed Solution
Handle and restrict unwanted/bot traffic at the ALB layer rather than inside the application.
The ALB should identify and filter/restrict bot or unwanted traffic before it reaches the application instances.
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.
Línea de trabajo
No se nombran archivos, pruebas ni puntos de entrada. Empieza por localizar la configuración de ALB y de despliegue del repositorio; después, determina cómo se identifica y restringe el tráfico no deseado o de bots antes de que llegue a las instancias de la aplicación. La tarea estará terminada cuando la ALB filtre el tráfico objetivo y este ya no provoque alertas de tiempo de inactividad por falsos positivos.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- aws
- Área
- infrastructure, security
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 38/100