You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's not a simpler way (other than reading the private key bytes (pkb) yourself) because the python connector does not accept a file path as an input yet. See also a related issue discussion on: #67
I see @sfc-gh-hachouraria is adding some examples to
OPTIONS
for authentication:#66
As we find the best way to include this code, I wanted to document a hack to authenticate with a private key in the meantime.
In
settings.py
I just add an ugly block to decrypt the key:So then in DATABASES in
settings.py
I can use that pkb value:The text was updated successfully, but these errors were encountered: