From eae4eaa58f2e0428e2ddcb09e763280b30ec77d6 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Wed, 3 Apr 2024 11:39:14 -0400 Subject: [PATCH 1/2] Update aws_marketplace.md (#4258) Signed-off-by: Ian Maddaus Fix link to license acceptance. --- content/aws_marketplace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/aws_marketplace.md b/content/aws_marketplace.md index 1d4b79d3ab3..5895c4b9176 100644 --- a/content/aws_marketplace.md +++ b/content/aws_marketplace.md @@ -123,7 +123,7 @@ For additional information about these options, see [Amazon's documentation on C 1. Enter your **Username** and **Password** and select **Sign In**. ![ ](/images/chef_automate_login.png "Chef Automate Login") -1. Fill out the registration form and [Accept the Chef License](https://docs.chef.io/chef_license_accept/). +1. Fill out the registration form and [Accept the Chef License](/licensing/accept/). 1. Select **Register** to enter Chef Automate. ![ ](/images/WelcomePage.png "Welcome Page") From 1a33e217c046b322e9bd828d4e5c02779c587f10 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Fri, 5 Apr 2024 13:11:22 -0400 Subject: [PATCH 2/2] Delete redundant file (#4259) Signed-off-by: Ian Maddaus --- .../server/reusable/md/server_rbac_permissions_object.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 content/server/reusable/md/server_rbac_permissions_object.md diff --git a/content/server/reusable/md/server_rbac_permissions_object.md b/content/server/reusable/md/server_rbac_permissions_object.md deleted file mode 100644 index df3cadc7b87..00000000000 --- a/content/server/reusable/md/server_rbac_permissions_object.md +++ /dev/null @@ -1,8 +0,0 @@ -The Chef Infra Server includes the following object permissions: - -| Permission | Description | -| --- | --- | -| **Delete** | Use the **Delete** permission to define which users and groups may delete an object. This permission is required for any user who uses the `knife [object] delete [object_name]` argument to interact with objects on the Chef Infra Server. | -| **Grant** | Use the **Grant** permission to define which users and groups may configure permissions on an object. This permission is required for any user who configures permissions using the **Administration** tab in the Chef management console. | -| **Read** | Use the **Read** permission to define which users and groups may view the details of an object. This permission is required for any user who uses the `knife [object] show [object_name]` argument to interact with objects on the Chef Infra Server. | -| **Update** | Use the **Update** permission to define which users and groups may edit the details of an object. This permission is required for any user who uses the `knife [object] edit [object_name]` argument to interact with objects on the Chef Infra Server and for any Chef Infra Client to save node data to the Chef Infra Server at the conclusion of a Chef Infra Client run. |