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
File details
Details for the file django_rds_iam_auth-0.0.86.tar.gz
.
File metadata
- Download URL: django_rds_iam_auth-0.0.86.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 695c5da9cda6c85d6541831001c25f52169ef59f3c50a54f8a8ad6a1b1ca3515 |
|
MD5 | 464a801629fc38a69c2af6d1298d2a2c |
|
BLAKE2b-256 | 23f62f9392afb804fcf7b9b5abe7a3deb86f222b0d74ccff09dcd209a232a74c |