Hi everyone, I have a question regarding the multi-cluster setup, specifically around the separation of concerns between the data plane and control plane.
From my current (and somewhat limited) understanding, I know that due to the limitations of fast registration, the control plane needs access to the data plane's bucket. Aside from that, the control plane has its own bucket for storing metadata, while the data plane uses a separate bucket for raw data. However, this setup doesn't seem to be working as expected anymore.
Can someone from the team help clarify the expected architecture here? Is there a recommended design or workaround that allows us to avoid granting the control plane access to the data plane's bucket?