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
It does not seem like the current implementation will support a password. However this is easy to add if we just use the Redis.from_url method as a means of connecting
Using from_url would allow users to provide username and password via the host string/url.
Of course, another approach would be to support an optional param/arg to RedisWatcher.
Thank you for your answer. How to set from_URL in pyCasbin-redis-watcher? I can't see the setup entry. I rewrote the RedisWatcher class myself, adding password and DB options to use in the project.
How to set the password of Redis?It doesn't have password parameter
The text was updated successfully, but these errors were encountered: