Commit 293a3b9
ROX-30638: Remove tenant Route53 record management
Remove all Route53 DNS record management functionality from fleet manager
since tenant DNS records are now managed by external DNS.
Changes:
- Remove Route53 methods from AWS client interface and implementation
- Remove Route53 management methods from CentralService
- Delete CentralRoutesCNAMEManager worker that handled DNS record creation
- Remove Route53 configuration fields from AWS config
- Add database migration to remove routes_creation_id field
- Remove E2E DNS test utilities and update multicluster tests
- Update affected tests and regenerate mocks
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 8df2e91 commit 293a3b9
File tree
20 files changed
+68
-887
lines changed- e2e
- dns
- multicluster
- internal/central
- pkg
- api/dbapi
- config
- migrations
- services
- workers/centralmgrs
- test/integration
- pkg/client/aws
20 files changed
+68
-887
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | 202 | | |
228 | 203 | | |
229 | 204 | | |
| |||
348 | 323 | | |
349 | 324 | | |
350 | 325 | | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | 326 | | |
364 | 327 | | |
365 | 328 | | |
| |||
428 | 391 | | |
429 | 392 | | |
430 | 393 | | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | 394 | | |
444 | 395 | | |
445 | 396 | | |
| |||
468 | 419 | | |
469 | 420 | | |
470 | 421 | | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | 422 | | |
483 | 423 | | |
484 | 424 | | |
| |||
551 | 491 | | |
552 | 492 | | |
553 | 493 | | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | 494 | | |
563 | 495 | | |
564 | 496 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 66 | | |
73 | 67 | | |
74 | 68 | | |
| |||
104 | 98 | | |
105 | 99 | | |
106 | 100 | | |
107 | | - | |
108 | | - | |
| 101 | + | |
109 | 102 | | |
110 | 103 | | |
111 | | - | |
112 | 104 | | |
113 | 105 | | |
114 | 106 | | |
| |||
117 | 109 | | |
118 | 110 | | |
119 | 111 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 112 | + | |
126 | 113 | | |
127 | 114 | | |
128 | 115 | | |
| |||
155 | 142 | | |
156 | 143 | | |
157 | 144 | | |
158 | | - | |
159 | | - | |
| 145 | + | |
160 | 146 | | |
161 | 147 | | |
162 | | - | |
163 | 148 | | |
164 | 149 | | |
165 | 150 | | |
| |||
168 | 153 | | |
169 | 154 | | |
170 | 155 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 156 | + | |
177 | 157 | | |
178 | 158 | | |
179 | 159 | | |
| |||
0 commit comments