Skip to main content

Django database backends to use AWS Database IAM Authentication

Project description

Django IAM database backends

Usage

pip install django-rds-iam-auth

In your settings use the following

DATABASES = {
    "default": {
        "HOST": "<hostname>",
        "USER": "<user>",
        "ENGINE": 'django_rds_iam_auth.aws.postgresql'
        "OPTIONS": {
            "use_iam_auth": True
        }
    }
}

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

django_rds_iam_auth-0.0.87.tar.gz (28.3 kB view details)

Uploaded Source

File details

Details for the file django_rds_iam_auth-0.0.87.tar.gz.

File metadata

  • Download URL: django_rds_iam_auth-0.0.87.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for django_rds_iam_auth-0.0.87.tar.gz
Algorithm Hash digest
SHA256 7ca4972fd78eb8ce3cdd8eb2df42dea73b0ac8f28c5dd59c662cfbf96813971f
MD5 c5383cc97afa2d76fa7fb0277d3e0f62
BLAKE2b-256 5590393c1da741c742bc727271fe95ad9ed811fa5fc30b4eb6b332b5fe887e57

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