-
Notifications
You must be signed in to change notification settings - Fork 22
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
paperless-ngx Redis Connection Fails #551
Comments
@RikuXan I suspect this is related to the recent Redis Helm chart update. I'm working on a fix! |
@RikuXan It's interesting because their Redis env documentation still shows the syntax including the |
@RikuXan Oh whoops...I'm not actually able to replicate. It was a network policy issue in my setup. My pod seems to be healthy, and the env got set to |
@gabe565 No, my Redis configuration is completely default. The only customizations I'm currently using in the overall chart are:
My Redis connection string looks the same as yours, but using it via redis-cli ( If it's not an issue for you, a solution might be to include a variable that is empty by default, but can be customized for the username. This way people who experience the issue could customize their Redis connection string, as well as creating compatibility with externally-hosted Redis instances with ACLs enabled (where the username can then actually be relevant as far as I understand it). |
Chart Name
paperless-ngx
Chart Version
0.15.1
Bug Description
My paperless-ngx cannot connect to Redis anymore, printing out an authentication error. Using the same Redis connection URL as in the paperless-ngx environment variable via redis-cli inside the Redis container gives me the same error. To connect successfully I have to either explicitly include the
default
username inside the connection string or alternatively remove the colon before the password.values.yaml
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: