skillfed

apache-airflow-providers-akeyless

Provider package apache-airflow-providers-akeyless for Apache Airflow

apache-airflow-providers-akeyless v0.3.0 143.0K downloads/30d#11,191 on PyPI46,490
Permissive license Apache-2.0 Active released

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-akeyless

uv

uv add apache-airflow-providers-akeyless

poetry

poetry add apache-airflow-providers-akeyless

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow secrets backendakeyless vault integrationairflow secret managementdynamic secrets airflowairflow provider akeylessvault platform airflowairflow connection secrets
airflow-providersecrets-managementvault-integration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

akeyless

Provides Python client access to the Akeyless…

unclear · top 5,000 on PyPI

apache-airflow-providers-hashicorp

Integrates Apache Airflow with HashiCorp Vault…

permissive · top 15,000 on PyPI

apache-airflow-providers-keycloak

Integrates Keycloak identity and access…

permissive · top 15,000 on PyPI

akeyless-cloud-id

Retrieves cloud identity tokens from AWS, GCP,…

permissive · top 5,000 on PyPI

apache-airflow-providers-git

Integrates Git version control operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-openai

Integrates OpenAI APIs into Apache Airflow…

permissive · top 15,000 on PyPI

apache-airflow-providers-ftp

Provides FTP integration for Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-telegram

Integrates Apache Airflow with Telegram to send…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI

apache-airflow-providers-common-io

Provides common I/O utilities and operators for…

permissive · top 5,000 on PyPI