Kuma Version
2.13.x
Describe the bug
During #4578 we updated the policy origins to display differently. We could only do this because the conf for each policy now includes the kri (conf.kri)
I noticed that the mocks for the endpoint we use for this information does not ever have conf.kri set and thus during development using mocks we see Policy Origin: <blank>
We should update the mocks so that it does.
I think this is the mock
To Reproduce
No response
Expected behavior
No response
Additional context (optional)
No response
Kuma Version
2.13.x
Describe the bug
During #4578 we updated the policy origins to display differently. We could only do this because the
conffor each policy now includes thekri(conf.kri)I noticed that the mocks for the endpoint we use for this information does not ever have
conf.kriset and thus during development using mocks we seePolicy Origin: <blank>We should update the mocks so that it does.
I think this is the mock
kuma-gui/packages/kuma-http-api/mocks/src/meshes/_/dataplanes/_/_inbounds/_/_policies.ts
Line 19 in 41874f3
To Reproduce
No response
Expected behavior
No response
Additional context (optional)
No response