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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-iam-dbauth-0.0.1.tar.gz.
File metadata
- Download URL: django-iam-dbauth-0.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ed2d2ac5ae8c3fab3ce762513250d3cedb74383c98f5f60e985b1562e23a812
|
|
| MD5 |
f939913554e318873c57f2d310b354d7
|
|
| BLAKE2b-256 |
edf476e741949b04acfca82bd3e853633f443204a694341a89bc4c6344cdeb3a
|
File details
Details for the file django_iam_dbauth-0.0.1-py3-none-any.whl.
File metadata
- Download URL: django_iam_dbauth-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
151bd5808af4abe6e8895e3d30c82193652c9581ccbf0cfda14f7489b949799e
|
|
| MD5 |
01e55a4e8d0b6853ec708f494180ae4e
|
|
| BLAKE2b-256 |
fc583b831562cabcf82bc2c12f38802473baa3e1953b3808abefc6ee1b91393e
|