You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started implementing this in the icinga-go-library, being available in Icinga DB after the next icinga-go-library release, and created a PR in Icinga 2, Icinga/icinga2#10102. To make this feature fully usable, Icinga DB Web also needs to support authentication via username and selecting a database directly after establishing the connection.
Is your feature request related to a problem? Please describe.
There were requests for both ACL and database support for the Redis server, e.g., Icinga/icingadb#529, Icinga/icingadb#676, Icinga/icinga2#9536.
I have started implementing this in the icinga-go-library, being available in Icinga DB after the next icinga-go-library release, and created a PR in Icinga 2, Icinga/icinga2#10102. To make this feature fully usable, Icinga DB Web also needs to support authentication via username and selecting a database directly after establishing the connection.
Describe the solution you'd like
As it seems, Icinga DB Web uses Predis as its Redis library. Fortunately, it supports both username authentication and database selection, https://github.com/predis/predis/wiki/Connection-Parameters. Thus it "just" needs to be made configurable.
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: