Closed JcGKitten closed 2 months ago
@JcGKitten This is because the password must be set in this chart and inside the Redis sub-charts. There is no way to do otherwise. Is it more clear?
Ref:
@pierluigilenoci yes it's more clear now, thx. Hope this issue might help others come across this, but closing it now, cause all needed information is given.
After spending some time to figure that out, I wanted to ask if this is intended or a bug.
When using
Redis
withclientType.standalone
configure redis via values like suggested in this comment:isn't working and shows the following logs in the
oauth
pod:I discovered in the redis-standalone-values.yaml that the password for redis is also set under
redis.global.redis.password
. After setting this password:Oauth Proxy can connect to redis and the storage works. So I was wondering if this should be mentioned in the README or if this a bug.