In production environments, the Cluster Manager cannot be exposed to all users as-is, because it contains operations which can change the state of Pinot. The goal is to add basic authentication and have roles like admin and read-only.
We need to begin by enabling security on the controller port, and then make some UI changes to add login.
In production environments, the Cluster Manager cannot be exposed to all users as-is, because it contains operations which can change the state of Pinot. The goal is to add basic authentication and have roles like admin and read-only.
We need to begin by enabling security on the controller port, and then make some UI changes to add login.