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'
"OPTIONS": {
"use_iam_auth": True
}
}
}
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.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 032b3e454726de1e54b00691795a9b1f1655683afe323ee3f2de393327bcbec7 |
|
MD5 | 76d094d2b7ad08ebcd41ed89f7cbe559 |
|
BLAKE2b-256 | 41b6f4b4814ff4e4953bfbd450d22772e415aebeeb7c62c5a0fe144f68125231 |