Commit d688700
committed
feat(supervisor): stamp org identity label on compute microVMs
The compute workload manager now sets `org=<orgId>` on every microVM (create
+ restore) unconditionally, replacing the plan-gated `privatelink` label on the
compute path. fcrun promotes it into the Cilium security identity for the
per-org PrivateLink CCNP selector and per-org network observability.
The legacy Kubernetes workload manager is unchanged — it keeps the
`privatelink` label gated on hasPrivateLink (PrivateLink is live only on the
legacy v4-worker clusters). orgId is guarded on the restore path where it's
optional on the opts type.
fixup: concise comments + changeset1 parent f5f29ce commit d688700
2 files changed
Lines changed: 17 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
143 | 141 | | |
144 | 142 | | |
145 | 143 | | |
| |||
319 | 317 | | |
320 | 318 | | |
321 | 319 | | |
322 | | - | |
323 | | - | |
324 | | - | |
| 320 | + | |
| 321 | + | |
325 | 322 | | |
326 | | - | |
327 | | - | |
| 323 | + | |
| 324 | + | |
328 | 325 | | |
329 | 326 | | |
330 | 327 | | |
| |||
0 commit comments