Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumv committed Oct 21, 2022
1 parent ce21ce6 commit 18f04e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/apache-airflow/security/kerberos.rst
Expand Up @@ -64,9 +64,11 @@ your ``airflow.cfg``
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
.. code-block:: dockerfile
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:
Expand Down

0 comments on commit 18f04e9

Please sign in to comment.