The GitHub Actions job "Tests" on airflow.git/vault-approle-caching has failed.
Run started by GitHub user adobe-ddavidso (triggered by potiuk).

Head commit for run:
1e81afe48a3c1eef59d0cad027e8b3787684561e / Darryl Davidson <[email protected]>
Add AppRole token caching to HashiCorp Vault provider

Implements optional token caching for Vault AppRole authentication to
reduce authentication requests and improve performance in high-frequency
secret retrieval scenarios.

Key features:
- File-based token cache shared across all Airflow processes
- Thread-safe and process-safe using fcntl file locking
- Automatic token expiration and refresh with 60-second safety buffer
- Opt-in via cache_approle_token parameter (disabled by default)
- Secure file permissions (0600) for cache files

Cache files are stored in /tmp/airflow_vault_cache/ with unique names
based on Vault URL and role_id. Feature requires Unix-like systems
(Linux, macOS, BSD) - not supported on Windows.

Report URL: https://github.com/apache/airflow/actions/runs/21488520646

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to