Django database backends to use AWS Database IAM Authentication
Project description
Django IAM database backends
Usage
pip install django-iam-dbauth
In your settings use the following
DATABASES = {
"default": {
"HOST": "<hostname>",
"USER": "<user>",
"ENGINE": 'django_iam_dbauth.aws.postgresql'
}
}
Caveats
- You cannot use a cname for the host, it needs to be the actual hostname of the RDS instance.
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
Built Distribution
Close
Hashes for django_iam_dbauth-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 151bd5808af4abe6e8895e3d30c82193652c9581ccbf0cfda14f7489b949799e |
|
MD5 | 01e55a4e8d0b6853ec708f494180ae4e |
|
BLAKE2b-256 | fc583b831562cabcf82bc2c12f38802473baa3e1953b3808abefc6ee1b91393e |