Interface AuthProvider


  • public interface AuthProvider
    Pluggable auth provider interface to augment authentication information in requests issued by pinot. Comes with several default implementation, including noop, static tokens, and token loaded from external urls. The purpose of AuthProvider is enabling dynamic reconfiguration of pinot's internal auth tokens, for example with expiring JWTs and other token rotation mechanisms.