apache/pinot

Authentication to Cluster Manager

Ouverte

#6 313 ouverte le 3 déc. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)Java (1 234 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 937 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur