Commit dad033f
Add JWT_SECRET environment variable to ingress deployment
Added JWT_SECRET configuration to the ingress service deployment template and values.yaml. This provides the JWT secret key needed for token generation and validation in the insights-ros-ingress service.
Changes:
- Added JWT_SECRET environment variable to deployment-ingress.yaml template
- Added jwtSecret configuration field to values.yaml with default dev value
- Ensures ingress service has proper JWT configuration for authentication
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7baef05 commit dad033f
File tree
2 files changed
+3
-0
lines changed- deployment/kubernetes/helm/ros-ocp
- templates
2 files changed
+3
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
0 commit comments