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

Icinga DB: Config no_user_modify and Support Redis username authentication #10102

Merged
merged 2 commits into from
Nov 12, 2024

Commits on Oct 24, 2024

  1. Icinga DB: Config no_user_modify

    Each configuration field of an IcingaDB Object was marked with
    no_user_modify as modifications via the API would not result in an
    actual change. While the Object would be updated, the internal Redis
    connection would not be restarted, resulting in an unexpected behavior.
    
    The missing db_index was added to the documentation.
    oxzi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    57fab7f View commit details
    Browse the repository at this point in the history
  2. Icinga DB: Support Redis username authentication

    The Redis ACL system was introduced with Redis 6.0. It introduced users
    with precisely granular permissions. This change allows Icinga 2 to use
    the Icinga DB feature against a Redis with an ACL user.
    
    This was reflected in the documentation, next to the already
    implemented, but undocumented Redis database.
    
    Closes #9536.
    oxzi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    98f60fd View commit details
    Browse the repository at this point in the history