Class SecurityConfig


  • public abstract class SecurityConfig
    extends Object
    SecurityConfig captures the security related configuration for FeastClient
    • Constructor Detail

      • SecurityConfig

        public SecurityConfig()
    • Method Detail

      • getCredentials

        public abstract Optional<io.grpc.CallCredentials> getCredentials()
        Enables authentication If specified, the call credentials used to provide credentials to authenticate with Feast.
      • isTLSEnabled

        public abstract boolean isTLSEnabled()
        Whether to use TLS transport security is use when connecting to Feast.
      • getCertificatePath

        public abstract Optional<String> getCertificatePath()
        If specified and TLS is enabled, provides path to TLS certificate use the verify Service identity.