incubator-airflow/docs
Jarek Potiuk 4d2a787070
Enables Kerberos sidecar support (#11130)
Some of the users of Airflow are using Kerberos to authenticate
their worker workflows. Airflow has a basic support for Kerberos
for some of the operators and it has support to refresh the
temporary Kerberos tokens via `airflow kerberos` command.

This change adds support for the Kerberos side-car that connects
to the Kerberos Key Distribution Center and retrieves the
token using Keytab that should be deployed as Kubernetes Secret.

It uses shared volume to share the temporary token. The nice
thing about setting it up as a sidecar is that the Keytab
is never shared with the workers - the secret is only mounted
by the sidecar and the workers have only access to the temporary
token.

Depends on #11129
2020-09-28 00:13:36 +02:00
..
autoapi_templates
executor
exts
howto
img Remove link to Dag Model view given the redundancy with DAG Details view (#11082) 2020-09-25 13:57:06 +01:00
logging-monitoring
security
static
templates
backport-providers.rst
best-practices.rst
build_docs.py
changelog.rst
cli-ref.rst
concepts.rst
conf.py
configurations-ref.rst
dag-run.rst
dag-serialization.rst
faq.rst
index.rst
installation.rst
integration.rst
kubernetes.rst
license.rst
lineage.rst
macros-ref.rst
modules_management.rst
operators-and-hooks-ref.rst
plugins.rst
privacy_notice.rst
production-deployment.rst
project.rst
redirects.txt
rest-api-ref.rst
scheduler.rst
smart-sensor.rst
spelling_wordlist.txt
stable-rest-api-ref.rst
start.rst
start_doc_server.sh
timezone.rst
tutorial.rst
ui.rst
usage-cli.rst