From d46bf288dc50d083fd813a9d7f1bb131a3e6dc09 Mon Sep 17 00:00:00 2001 From: Brad Crawford <34108612+furi0us333@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:08:02 -0500 Subject: [PATCH] Update policy_management.md --- docs/knowledge_base/policy_management.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/knowledge_base/policy_management.md b/docs/knowledge_base/policy_management.md index 8499c27b..cdf37ea5 100644 --- a/docs/knowledge_base/policy_management.md +++ b/docs/knowledge_base/policy_management.md @@ -1,13 +1,15 @@ # Policy Management ## Add custom policy + Phylum allows group administrators to upload and apply custom policies. Whether added via the project or group view, these policies are stored at the group level and available to all projects in the group. ![Project custom policy button](../../assets/project_custom_policy_button.png) -The Phylum UI uses the metadata at the top of the rego to display a `title` and `description` for the policy list, so this data is highly recommended. +The Phylum UI uses the metadata at the top of the policy file (rego) to display a `title` and `description` for the policy list, so this data is highly recommended. ## Remove custom policy + Removal of a custom policy requires the policy to be inactive on all projects. Removal is a destructive action and can only be performed by a group administrator. Phylum-provided policies cannot be removed from the available list. To remove a custom policy from the group, use the trash can icon on the policy tab of the group details view. ![Remove custom policy](../../assets/remove_custom_policy.png)