Skip to content
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 configuration doesn't allow specifing username #6962

Closed
diegopeinador opened this issue Sep 24, 2023 · 2 comments
Closed

Redis configuration doesn't allow specifing username #6962

diegopeinador opened this issue Sep 24, 2023 · 2 comments

Comments

@diegopeinador
Copy link

My redis installation uses usernames (besides passwords) to authenticate connections. Authentik configuration is not prepared to handle redis usernames:

f"{quote_plus(CONFIG.get('redis.password'))}@{quote_plus(CONFIG.get('redis.host'))}:"

So I'm getting the error:

Redis Connection failed, retrying... (AUTH called without any password configured for the default user. Are you sure your configuration is correct?) logger=authentik.lib.config timestamp=1695584308.5630276 redis_url=redis://:[email protected]:6379/0

@PKizzle
Copy link
Contributor

PKizzle commented Oct 18, 2023

This is a duplicate of #5348 and will be fixed in #6334.

More extensive support for different Redis configurations will be introduced in #7118.

@authentik-automation
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@authentik-automation authentik-automation bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants