Commit a1b0520
authored
RHOAIENG-24702, RHOAIENG-38121: add AI Pipelines exceptions to check-payload (#2654)
These exceptions are required because AI Pipelines uses two different
binaries when in FIPS mode vs non-FIPS mode. The reason is that these
binaries are copied to the user's provided base image and in FIPS mode,
this means the OpenSSL version must match (e.g. UBI 9). In non-FIPS
mode, we leverage the builtin Go crypto so that the binaries are
portable.
Relates:
RHOAIENG-24702 and RHOAIENG-38121
Slack:
https://redhat-internal.slack.com/archives/C09GK0M9YKD/p1762370844652579
Signed-off-by: mprahl <mprahl@users.noreply.github.com>1 parent fcee493 commit a1b0520
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
173 | 203 | | |
174 | 204 | | |
175 | 205 | | |
| |||
0 commit comments