Commit d5e5c51
Secure llm keys with encryption before saving in the vault (buerokratt#210)
* updated docker compose ec2
* integrate streaming endpoint with test prodction connection page
* formatted response with markdown
* fe logic for the encryption
* vault secret update after fixing issues
* fixed formatting issue
* integration with be
* update cron manager vault script
* tested integration of vault security update
* fix security issues
* creation success model changes
* clean vite config generated files
* production inference display logic change
* fixed requested issue
---------
Co-authored-by: Thiru Dinesh <56014038+Thirunayan22@users.noreply.github.com>
Co-authored-by: Thiru Dinesh <thiru.dinesh@rootcodelabs.com>
Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>
Co-authored-by: nuwangeek <charith.bimsara@rootcode.io>
Co-authored-by: Charith Nuwan Bimsara <59943919+nuwangeek@users.noreply.github.com>1 parent 27f3d91 commit d5e5c51
File tree
21 files changed
+2771
-233
lines changed- DSL/CronManager/script
- GUI
- src
- components/MessageContent
- hooks
- services
- utils
- docs
- src
- llm_orchestrator_config/vault
- utils
- tests/integration_tests
- vault/agents
- cron
- gui
- llm
21 files changed
+2771
-233
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 30 | + | |
41 | 31 | | |
42 | 32 | | |
43 | 33 | | |
| |||
65 | 55 | | |
66 | 56 | | |
67 | 57 | | |
68 | | - | |
| 58 | + | |
69 | 59 | | |
70 | 60 | | |
71 | 61 | | |
| |||
90 | 80 | | |
91 | 81 | | |
92 | 82 | | |
| 83 | + | |
93 | 84 | | |
94 | 85 | | |
95 | | - | |
96 | 86 | | |
97 | 87 | | |
98 | 88 | | |
| |||
108 | 98 | | |
109 | 99 | | |
110 | 100 | | |
| 101 | + | |
111 | 102 | | |
112 | 103 | | |
113 | | - | |
114 | 104 | | |
115 | 105 | | |
116 | 106 | | |
| |||
0 commit comments