summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2020-01-15 22:10:16 +0000
committerBen Nemec <bnemec@redhat.com>2020-06-26 14:55:26 +0000
commit283768e910257f81b599d2c409bf4a021bc50eae (patch)
treedda611ba471f8f4c474887bc66bcf2a3aa6f5217 /releasenotes
parent719435f7323e55ee6b890f622d0fe9533b635adb (diff)
downloadoslo-policy-283768e910257f81b599d2c409bf4a021bc50eae.tar.gz
Add oslopolicy-validator tool
As requested in the referenced RFE bug, this is a validator tool similar to the oslo.config validator tool that operators can use to look for basic errors in their policy files. It's very similar to the redundant rule tool, but I decided not to combine them because I feel like the target use cases are enough different to warrant separate tools. Specifically, the redundant rule tool is looking for perfectly valid rules that just happen to be unnecessary. The validator is looking for errors in the policy file. While it's unlikely someone looking for redundant rules wouldn't also want to know if there is something broken in their policy file, it's likely that someone just looking to sanity check their policy before deployment wouldn't want to see a bunch of messages about redundant rules that won't cause any problems. Change-Id: I799a754aceac080c11baffd7ff635b2a9cb825f7 Closes-Bug: 1853038
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/policy-file-validator-906d5cff864a2d51.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/policy-file-validator-906d5cff864a2d51.yaml b/releasenotes/notes/policy-file-validator-906d5cff864a2d51.yaml
new file mode 100644
index 0000000..5e41c62
--- /dev/null
+++ b/releasenotes/notes/policy-file-validator-906d5cff864a2d51.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ A new tool, ``oslopolicy-validator``, has been added. It allows deployers
+ to easily run basic sanity checks against their policy files. See the
+ documentation for full details.