Skip to content

Commit

Permalink
Update Policy Master Permissions List (#2019)
Browse files Browse the repository at this point in the history
Co-authored-by: XOmniverse <XOmniverse@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and XOmniverse authored Apr 4, 2024
1 parent 1275462 commit fd82f39
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/policy_permissions_list/master_policy_permissions_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3505,6 +3505,28 @@
]
}
]
},
{
"id": "./tools/policy_sync/policy_sync.pt",
"name": "Policy Template Synchronization",
"version": "2.0.0",
"providers": [
{
"name": "flexera",
"permissions": [
{
"name": "policy_designer",
"read_only": true,
"required": true
},
{
"name": "policy_manager",
"read_only": true,
"required": true
}
]
}
]
}
]
}
12 changes: 12 additions & 0 deletions data/policy_permissions_list/master_policy_permissions_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2075,3 +2075,15 @@
- name: billing_center_viewer
read_only: true
required: true
- id: "./tools/policy_sync/policy_sync.pt"
name: Policy Template Synchronization
version: 2.0.0
:providers:
- :name: flexera
:permissions:
- name: policy_designer
read_only: true
required: true
- name: policy_manager
read_only: true
required: true

0 comments on commit fd82f39

Please sign in to comment.