7 lines
212 B
Python
7 lines
212 B
Python
"""
|
|
Custom PostgreSQL database backend package for Vault credential rotation.
|
|
|
|
This package provides a Django database backend that automatically reloads
|
|
credentials from Vault agent's rendered secret files.
|
|
"""
|