Commit 10f1512
authored
TECH_DEBT: Improvements (#1338)
* Moving most env variables from docker-compose.yml file to individual docker profiles within the services
* Hardening the UI service (Node/Express) so that it responds with 404 on common routes used for attacks
* Ensuring that indexes are auto-created in the report service's startup
* CodeRabbit fixes to remove excessive routing block, and make query-dispatch dependent on mssql instead of mongo
* Fixed issue with tenant service url being specified in the wrong location, and removed some defaults from the Docker.
* Removing issuer uri from .env and associated references in docker-compose. Adding comments to code about the necessity of the `Dummy` class.1 parent 657b926 commit 10f1512
4 files changed
Lines changed: 15 additions & 6 deletions
File tree
- DotNet/Report/Domain
- Java
- measureeval/src/main/java/com/lantanagroup/link/measureeval/configs
- validation/src/main/resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | | - | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
47 | 59 | | |
48 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
604 | 603 | | |
605 | 604 | | |
606 | 605 | | |
| |||
796 | 795 | | |
797 | 796 | | |
798 | 797 | | |
799 | | - | |
800 | 798 | | |
801 | 799 | | |
802 | 800 | | |
| |||
0 commit comments