Package org.apache.pinot.spi.auth
Interface AuthProvider
-
public interface AuthProviderPluggable 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.
-
-
Method Summary
Modifier and Type Method Description Map<String,Object>getRequestHeaders()StringgetTaskToken()
-