-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis ACL (user/pass) support? #63
Comments
apparently it isn't but it wouldn't take much to add it in a new release of liboauth2 |
- see: OpenIDC/mod_oauth2#63 - bump to 1.6.1dev Signed-off-by: Hans Zandbelt <[email protected]>
As a follow-up question (and apoloiges if this is super basic) - how does one provide any of the redis arguments: Lines 27 to 57 in aa178d4
would i do something like: Or: Or: I've tried googling but the internet doesnt seem to have examples either. I see the doc defines the syntax as: #OAuth2Cache [] |
it is a query-encoded format, as documented - with samples - in: Lines 68 to 73 in aa178d4
I notice that since the order of the statements in the sample changed (OAuth2Cache needs to be specified before others), this is less than obvious now, I'll improve that so OAuth2Cache redis host=myhost&port=1234&password=mypassword there are also a few examples in the README.md which is probably what most people go with |
Is it currently possible to utilize a redis username AND password when authenticating to Redis?
The documentation mentions the ability to pass a password, but quite a few years back REdis becan supporting true ACLs, meaning you can now authenticate with a username AND a password.
I'd like to know if i pass like: "OAuth2username" or "username" or "OAuth2redisusername" - will it be able to authenticate with a username and password?
The text was updated successfully, but these errors were encountered: