Skip to main content

Airflow AWS Shared Secrets Manager

Project description

airflow-aws-shared-secrets

SecretsManagerBackend with cross-account access.

Expected properties where:

  • shared_account: account_id from your core aws-account
  • aws_region: aws_region where the core secrets are stored in
{
    "connections_prefix": "airflow/connections/${environment}",
    "connections_prefix_shared" : "airflow/core/connections/${environment}",
    "shared_account": "123456789012",
    "aws_region": "eu-central-1"
}

Usage

We recommend setting up the SharedSecretsManager in the Airflow Helm by configuring the following config values.

### [secrets]
AIRFLOW__SECRETS__BACKEND: 'airflow_aws_shared_secrets.secret_manager.SharedSecretsManagerBackend'
AIRFLOW__SECRETS__BACKEND_KWARGS: '{"connections_prefix": "airflow/connections/${environment}", "connections_prefix_shared" : "airflow/core/connections/${environment}", "shared_account": "<my_core_aws_account_id>", "aws_region": "eu-central-1"}'

Check configurations-ref for more Airflow configuration possibilities.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airflow_aws_shared_secrets-0.0.5.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file airflow_aws_shared_secrets-0.0.5.tar.gz.

File metadata

  • Download URL: airflow_aws_shared_secrets-0.0.5.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1019-azure

File hashes

Hashes for airflow_aws_shared_secrets-0.0.5.tar.gz
Algorithm Hash digest
SHA256 0cb7bc84506f1f8f9698ee9c45957e1a8f61fbe6eabe2e04669c888eafbfaaba
MD5 97d463cb160a5fac3078b87e817d4adb
BLAKE2b-256 74886ad050de7159b2767b1814713f41adc130a0fd3d6728daa19b4b0485c506

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page