mirror of
https://github.com/openkmip/pykmip
synced 2026-01-05 18:13:18 +00:00
Rename the 'default' policy section to 'preset'
This change tweaks the format of operation policy files, renaming the 'default' section of each policy to 'preset'. This reinforces the idea that this section of the policy is used only when group- based access control is disabled. It also removes any ambiguity between this section of the policy and the actual 'default' policy built into the server.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"example": {
|
||||
"default": {
|
||||
"preset": {
|
||||
"CERTIFICATE": {
|
||||
"LOCATE": "ALLOW_ALL",
|
||||
"CHECK": "ALLOW_ALL",
|
||||
|
||||
Reference in New Issue
Block a user