Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_gcp_iam_auth

django db engine for using IAM Authentication with Google Cloud SQL.

Available on pypi at https://pypi.org/project/django-gcp-iam-auth

Installation

pip install django_gcp_iam_auth

Usage

  1. Update the DATABASES entry to replace the ENGINE for your connection
  2. Set gcp_iam_auth to True in the OPTIONS for that connection.

Example:

DATABASES["default"]["ENGINE"]  = "django_gcp_iam_auth.postgresql"
DATABASES["default"]["OPTIONS"]["gcp_iam_auth"] = True

About

django db engine for using IAM Authentication with Google Cloud SQL

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages