kerberos_configs function

A convenient wrapper around Kerberos config

A convenient wrapper around Kerberos config

The configs specify authentication protocol and additional settings.

kerberos_configs(user = "", password = "", service_name = "presto")

Arguments

  • user: User name to pass to httr::authenticate(). Default to "".
  • password: Password to pass to httr::authenticate(). Default to "".
  • service_name: The service name. Default to "presto".

Returns

A httr::config() output that can be passed to the request.config argument of dbConnect().

  • Maintainer: Jarod G.R. Meng
  • License: BSD_3_clause + file LICENSE
  • Last published: 2025-01-08