Commit abc26f1
committed
(feat) Add proxy support to Tempest container
Add support for HTTP, HTTPS, and NO_PROXY environment variables in the
Tempest container. This allows the container to work properly in
environments that require proxy configuration for network access.
The following proxy-related environment variables are now supported:
- TEMPEST_HTTP_PROXY
- TEMPEST_HTTPS_PROXY
- TEMPEST_NO_PROXY
Variables are configurable in kayobe-config .automtion.conf/config.sh1 parent a7de3ab commit abc26f1
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
142 | 151 | | |
143 | 152 | | |
144 | 153 | | |
| |||
162 | 171 | | |
163 | 172 | | |
164 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
165 | 177 | | |
166 | 178 | | |
167 | 179 | | |
| |||
0 commit comments