aodh/releasenotes/notes/fix-prometheus-alarm-rbac-6ee2f0abbd060184.yaml
Jaromir Wysoglad 79ae37256d Deprecate the prometheus_disable_rbac cfg option
The current implementation of the observabilityclient rbac feature
can't be used by services, it's usable by regular users only.
Using this feature can cause some Prometheus type alarms to not
work correctly and end up in the "insufficient data" state.

This change deprecates this config option and hardcodes it to
"True" for disabling the feature.

Closes-Bug: #2106029
Change-Id: I2146e8e753fd7b1214ff583d9d85bbd71bd36fed
2025-04-03 06:34:26 +00:00

11 lines
348 B
YAML

---
deprecations:
- >
Deprecate the prometheus_disable_rbac config option.
The observabilityclient rbac feature isn't meant for services and will
always be disabled from now on.
fixes:
- >
[`bug 2106029 <https://bugs.launchpad.net/aodh/+bug/2106029>`_]
Fix Prometheus type queries misusing observabilityclient rbac feature.