a13ff5d5a7
There was a traceback being included in the error message body. This is unhelpful to end users. The error message that included the traceback was for this corner case where the RBAC policy isn't aligned with the internal "context_is_admin" policy - an unlikely combination of decisions that a deployer would make - nevertheless, this is an opportunity for us to fix this code path. Change-Id: I888d684acac2133425f986ec7cef5e4f5cdcc5b6 Closes-Bug: #1917520 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
8 lines
264 B
YAML
8 lines
264 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The scheduler stats resource APIs (/scheduler-stats/pools and
|
|
/scheduler-stats/pools/detail) have been fixed to not return an
|
|
arbitrary traceback in the error message body to the caller when access to
|
|
the resource has been denied.
|