pycasbin / postgresql-watcher

PostgreSQL Watcher for PyCasbin
https://github.com/casbin/pycasbin
Apache License 2.0
1 stars 8 forks source link

feat: add SSL options #22

Closed stuartbeattie84 closed 1 year ago

stuartbeattie84 commented 1 year ago

Added the watcher to be created with SSL options, allowing it to connect to databases where TLS is required.

casbin-bot commented 1 year ago

@Nekotoxin please review

hsluoyz commented 1 year ago

@stuartbeattie84 modify this:

https://github.com/pycasbin/postgresql-watcher/blob/7210a6f66d95c6258142e0cd8e46e4e379ec07e8/.github/workflows/release.yml#L14

to:

python-version: [ "3.9", "3.10", "3.11", "3.12" ] 
hsluoyz commented 1 year ago

@stuartbeattie84 also add the new options to README

stuartbeattie84 commented 1 year ago

Updated README and versions in release.yml.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: