Skip to content

Commit

Permalink
add kerberos environment variables to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumv committed Oct 21, 2022
1 parent 7be7772 commit ce21ce6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/apache-airflow/security/kerberos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ your ``airflow.cfg``
reinit_frequency = 3600
principal = airflow
In case you are using Airflow in a docker container based environment,
you can set the below environment variables in the ``Dockerfile`` instead of modifying ``airflow.cfg``

ENV AIRFLOW__CORE__SECURITY kerberos
ENV AIRFLOW__KERBEROS__KEYTAB /etc/airflow/airflow.keytab
ENV AIRFLOW__KERBEROS__INCLUDE_IP False


If you need more granular options for your Kerberos ticket the following options are available with the following default values:

.. code-block:: ini
Expand Down

0 comments on commit ce21ce6

Please sign in to comment.