apache-airflow-providers-keycloak
Provider package apache-airflow-providers-keycloak for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Keycloak, an open-source identity and access management system, with Airflow's orchestration and scheduling platform. It enables developers and system administrators to use Keycloak for authentication and authorization within Airflow environments, allowing centralized identity management across Airflow deployments.
The package is maintained as part of the Apache Airflow ecosystem and requires Airflow 3.0.0 or later. It depends on python-keycloak for Keycloak client functionality and the common-compat provider for cross-provider compatibility. The package supports Python 3.10 through 3.14 and is classified as production-stable.
Use it for:
- Authenticate Airflow users against a centralized Keycloak identity provider instead of local Airflow credentials.
- Enforce role-based access control (RBAC) in Airflow using Keycloak roles and permissions.
- Integrate Airflow with enterprise single sign-on (SSO) systems that use Keycloak.
- Manage Airflow DAG and task-level authorization through Keycloak groups and roles.
- Synchronize user identities and permissions between Keycloak and multiple Airflow instances.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Keycloak identity and access management with Apache Airflow, enabling authentication and authorization workflows within Airflow DAGs and operators.
Yes, if you run Apache Airflow 3.0.0+ and need Keycloak-based authentication or authorization. The package is actively maintained, has no known vulnerabilities, installs with low friction, and is permissively licensed. Install only if Keycloak integration is a requirement; it is not a general-purpose Airflow enhancement.
Install
apache-airflow-providers-keycloak on PyPI
pip
pip install apache-airflow-providers-keycloakuv
uv add apache-airflow-providers-keycloakpoetry
poetry add apache-airflow-providers-keycloakInstalling apache-airflow-providers-keycloak
Before you install
Low install friction with a pure-Python wheel. Active maintenance: last commit 2026-08-14, released 17 days ago. Requires apache-airflow >=3.0.0, apache-airflow-providers-common-compat >=1.12.0, and python-keycloak >=5.0.0.
License in practice
Licensed under Apache-2.0 (permissive). No restrictions on commercial use, modification, or redistribution provided the license and copyright notice are included.
Quickstart
pip install apache-airflow-providers-keycloak
from airflow.providers.keycloak import ...
# Use Keycloak provider classes for authentication/authorization in Airflow
Requires Apache Airflow >=3.0.0 and Python >=3.10; python-keycloak >=5.0.0 must be installed.
Verify before relying
- Specific Keycloak provider classes, operators, and hooks available in the package.
- Whether the package provides connection types, sensors, or transfer operators beyond authentication.
- Integration scope: does it cover Airflow UI authentication, DAG-level authorization, or both?
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, python-keycloak |
| Maintenance | actively maintained — 17 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 432,219/month — #6,710 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_keycloak-0.8.2-py3-none-any.whl
Keywords: airflow-provider, keycloak, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-opensearchIntegrates OpenSearch with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-gitIntegrates Git version control operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-akeylessIntegrates Akeyless Vault Platform with Apache…
permissive · top 15,000 on PyPI
python-keycloakProvides Python bindings to the Keycloak API,…
permissive · top 5,000 on PyPI
apache-airflow-providers-sshProvides SSH integration for Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
fastapi-keycloak-middlewareFastAPI middleware that integrates Keycloak for…
unclear · top 15,000 on PyPI
apache-airflow-providers-fabIntegrates Flask App Builder with Apache…
permissive · top 1,000 on PyPI
apache-airflow-clientA Python client library for the Apache Airflow…
permissive · top 15,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI