Commit 0e8069a
authored
Add Authentication bootstrap for ingress (#1153)
Originating issue: [IBMPrivateCloud/roadmap#68124](https://github.ibm.com/IBMPrivateCloud/roadmap/issues/68124)
Previously, if a customer had customized their hostname and certificates
using [this process](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.x_cd?topic=configurations-updating-cp-console-hostname-tls-secret),
the customizations would be lost and would require reconfiguring using
the settings in the Authentication CR.
Now, the bootstrap controller handles finding the existing
customizations from previous versions and persists them in a way that is
compatible with the new Authentication CR configuration method for
ingress.
Signed-off-by: Rob Hundley <rwhundle@us.ibm.com>1 parent 6c28b4b commit 0e8069a
File tree
6 files changed
+391
-49
lines changed- cmd
- internal/controller
- bootstrap
- operator
6 files changed
+391
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
176 | 184 | | |
177 | | - | |
178 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
179 | 191 | | |
180 | 192 | | |
181 | 193 | | |
| |||
201 | 213 | | |
202 | 214 | | |
203 | 215 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
| |||
0 commit comments