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
File details
Details for the file django-iam-dbauth-0.1.4.tar.gz
.
File metadata
- Download URL: django-iam-dbauth-0.1.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 318d880fe2dff1c2f788191e6c2b6d703335ef226deee36c32891d8b9aacbd59 |
|
MD5 | fb100e24fbadc947683a587049c00b4b |
|
BLAKE2b-256 | dd56d9fb1e0d194ea9bb8728a2fea53e812edefaf4f0f7f7ad7f3a9ca73acc53 |
Provenance
File details
Details for the file django_iam_dbauth-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: django_iam_dbauth-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 287dec3798774423360d63f5681a43c3297ec65e8a084ee3a2ec90e325bbd2bd |
|
MD5 | 924acd304d84a81397bc465bd6e105fe |
|
BLAKE2b-256 | fe0c962d7d01b43f4ed5c6ca2c2e5c5ac131382a5da69c79c585cee92f1038bc |