Skip to content

Django backends to support IAM database authentication for AWS

License

Notifications You must be signed in to change notification settings

m4system/django-iam-dbauth

 
 

Repository files navigation

Django IAM database backends

codecov pypi readthedocs tests

Usage

pip install django-iam-dbauth

In your settings use the following

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

About

Django backends to support IAM database authentication for AWS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.7%
  • Makefile 4.3%