oslo.policy/releasenotes/notes/bug-1880959-8f1370a59759d40d.yaml
Dmitrii Shcherbakov 75677a3110 Reload files in policy_dirs on primary file change
It was determined that rules from policy files located in the directory
specified in the policy_dirs option (/etc/<config_dir>/policy.d by
default) are not re-applied after the rules from the primary policy file
is re-applied due to a change.

This change introduces additional behavior to make sure the rules from
policy_dirs are reapplied if there is a change to the primary policy
file.

Change-Id: I8a6f8e971d881365c41ea409966723319d5b239a
Closes-Bug: #1880959
Related-Bug: #1880847
2020-06-08 16:38:51 +03:00

9 lines
385 B
YAML

---
fixes:
- |
[`bug 1880959 <https://bugs.launchpad.net/keystone/+bug/1880959>`_]
The behavior of policy file reloading from policy directories was fixed.
Previously the rules from policy files located in the directories
specified in the ``policy_dirs`` option were not reapplied after the rules
from the primary policy file have been reapplied due to a change.