Commit 6762882
## Summary
- Since #5603 introduced TLS as a hard requirement, the starter
container fails to start without TLS certs
- Add `--insecure` to all `ogx stack run` invocations in the entrypoint
script to restore the previous behaviour
## Test plan
```
podman run -it --rm docker.io/ogxai/distribution-starter:latest
```
Before: `TLS required: set tls_certfile/tls_keyfile in server config or
pass '--insecure' to disable.`
After: server starts normally<hr>This is an automatic backport of pull
request #6288 done by [Mergify](https://mergify.com).
Signed-off-by: Derek Higgins <derekh@redhat.com>
Co-authored-by: Derek Higgins <derekh@redhat.com>
Co-authored-by: Charlie Doern <cdoern@redhat.com>
1 parent bf20ab1 commit 6762882
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments