kerberos

Definition

Starts a Kerberos ticket renewer.

Usage

$ airflow kerberos [-h] [-D] [-k [KEYTAB]] [-l LOG_FILE] [-o] [--pid [PID]]
                 [--stderr STDERR] [--stdout STDOUT] [-v]
                 [principal]

Arguments

Parameter Description

principal

Kerberos principal

-D, --daemon

Run as a daemon

-k, --keytab

Keytab to use. Default: airflow.keytab

-l, --log-file

Location of the log file

-o, --one-time

Run Airflow Kerberos once, not repeatedly

--pid

PID file location

--stderr

Redirect stderr to the specified file

--stdout

Redirect stdout to the specified file

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Examples

An example command for starting a Kerberos ticket renewer:

$ airflow kerberos --keytab custom.keytab airflow
Found a mistake? Seleсt text and press Ctrl+Enter to report it