linuxserver / docker-netbox

GNU General Public License v3.0
79 stars 17 forks source link

Redis 6.x support / add parameter REDIS_USER for new auth mechanism #30

Closed P4SQL closed 1 year ago

P4SQL commented 2 years ago

linuxserver.io


Desired Behavior

Redis 6.x or greater uses the Redis ACL system: https://redis.io/commands/auth Thus an additional environmental parameter e.g. -e REDIS_USER is required to setup Netbox with this version. Otherwise the netbox container itself will fail as the auth. is no longer working correctly. It also causes that python3 process generates a high CPU load.

Current Behavior

Latest version which is compatible with the available parameter is version 5.0.14.

Alternatives Considered

Stay with version 5.0.14 and below as long as the additional parameter for a specific redis user is not provided (...or maybe I was not able to get it up and running with the "default" user and my specified redis password)

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 2 years ago

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.