kerberos
Contents
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: |
-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 |