apache-airflow-providers-akeyless
Provider package apache-airflow-providers-akeyless for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that connects Airflow to Akeyless Vault Platform for centralized secret management. It supplies a Hook for programmatic access, a Connection type for configuring Akeyless endpoints, and a Secrets Backend that allows Airflow to retrieve secrets directly from Akeyless instead of storing them locally. You use it when you want Airflow DAGs and tasks to authenticate with external systems, databases, or APIs using secrets stored and rotated in Akeyless.
The package requires Apache Airflow 2.11.0 or later and the akeyless Python SDK (5.0.0+). It supports Python 3.10 through 3.14 and is maintained as part of the official Apache Airflow provider ecosystem, so it receives regular updates and integrates cleanly with Airflow's native secret-handling mechanisms.
Use it for:
- Retrieve database credentials from Akeyless within an Airflow task without hardcoding them in DAG code.
- Rotate API keys automatically through Akeyless while Airflow tasks continue to fetch the current version.
- Centralize secrets management across multiple Airflow instances by pointing them all to a single Akeyless vault.
- Use Akeyless dynamic secrets to generate temporary credentials with short TTLs for each Airflow task execution.
- Manage SSH keys, certificates, and other static secrets for Airflow operators that connect to external systems.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Akeyless Vault Platform with Apache Airflow, providing a Hook, Connection type, and Secrets Backend for managing static, dynamic, and rotated secrets within Airflow workflows.
Yes, if you run Apache Airflow and use Akeyless for secrets management. The package is actively maintained, carries no known vulnerabilities, installs with low friction, and integrates directly into Airflow's native secret-handling layer. Install it only if you have an Akeyless instance and Airflow 2.11.0+; it is not useful without both.
Install
apache-airflow-providers-akeyless on PyPI
pip
pip install apache-airflow-providers-akeylessuv
uv add apache-airflow-providers-akeylesspoetry
poetry add apache-airflow-providers-akeylessInstalling apache-airflow-providers-akeyless
Before you install
Low install friction; a pure-Python wheel with three runtime dependencies. Actively maintained by Apache, released 17 days ago with no known vulnerabilities.
License in practice
Apache 2.0 permissive license; you can use, modify, and distribute this package freely in commercial and private projects.
Quickstart
pip install apache-airflow-providers-akeyless
from airflow.providers.akeyless.hooks.akeyless import AkeylessHook
hook = AkeylessHook(conn_id='akeyless_default')
secret_value = hook.get_secret(secret_name='my-secret')
Requires Apache Airflow 2.11.0 or later and an active Akeyless Vault Platform instance with configured credentials.
Verify before relying
- Whether the package works with Akeyless Cloud ID integration without the optional akeyless_cloud_id extra.
- Performance characteristics when managing large numbers of secrets or high-frequency secret rotation.
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, akeyless |
| Maintenance | actively maintained — 17 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 142,960/month — #11,191 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_akeyless-0.3.0-py3-none-any.whl
Keywords: airflow-provider, akeyless, 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
akeylessProvides Python client access to the Akeyless…
unclear · top 5,000 on PyPI
apache-airflow-providers-hashicorpIntegrates Apache Airflow with HashiCorp Vault…
permissive · top 15,000 on PyPI
apache-airflow-providers-keycloakIntegrates Keycloak identity and access…
permissive · top 15,000 on PyPI
akeyless-cloud-idRetrieves cloud identity tokens from AWS, GCP,…
permissive · top 5,000 on PyPI
apache-airflow-providers-gitIntegrates Git version control operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-openaiIntegrates OpenAI APIs into Apache Airflow…
permissive · top 15,000 on PyPI
apache-airflow-providers-ftpProvides FTP integration for Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-telegramIntegrates Apache Airflow with Telegram to send…
permissive · top 15,000 on PyPI
apache-airflow-providers-openfaasIntegrates OpenFaaS serverless functions into…
permissive · top 15,000 on PyPI
apache-airflow-providers-common-ioProvides common I/O utilities and operators for…
permissive · top 5,000 on PyPI