Commit 33d8bc7
* feat(#3668): update boost app-config and load-secrets for local dev
Align app-config.yaml with the config structure expected by boost
backend plugins after merging the frontend scaffold (#3645) and
Kagenti auth (#3661) PRs:
- Remove stale boost.model and boost.entityProviders sections
- Add boost.security.adminUsers for dev admin panel access
- Add boost.providers.llamastack.defaultModel field
- Rename LLAMASTACK_BASE_URL env var to BOOST_LLAMA_STACK_URL
- Add boost.providers.kagenti.defaultAgent
- Add boost.kagenti.baseUrl, namespace, and dev convenience flags
(showAllNamespaces, skipTlsVerify, verboseStreamLogging)
Update load-secrets.sh with best-effort Llama Stack route discovery
via OGX operator labels (ogx.io/watch, managed-by, part-of). The
discovery warns on failure and exports BOOST_LLAMA_STACK_URL.
Closes #3668
* fix(boost): conditional export and bash best practices for load-secrets.sh
- Guard BOOST_LLAMA_STACK_URL export with [[ -n ]] check so an empty
value does not override the localhost fallback in app-config.yaml
- Use [[ instead of [ for conditional tests (shellcheck/sonarcloud)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(boost): use [[ in remaining conditional test in load-secrets.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: fullsend-code <278716306+fullsend-ai-coder[bot]@users.noreply.github.com>
Co-authored-by: gabemontero <gmontero@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent de71949 commit 33d8bc7
2 files changed
Lines changed: 43 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
75 | 74 | | |
76 | 75 | | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
40 | 67 | | |
41 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
42 | 72 | | |
43 | 73 | | |
44 | 74 | | |
| |||
47 | 77 | | |
48 | 78 | | |
49 | 79 | | |
| 80 | + | |
50 | 81 | | |
51 | 82 | | |
0 commit comments