Skip to content

Commit

Permalink
some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
snohio committed Mar 13, 2024
1 parent 247fd0b commit 8e8cff8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can also find this published as a [Github Page](https://snohio.github.io/mea

Chef's Premium Content is delivered fresh to you with only the finest ingredients of code. Utilizing that premium audit and remediation content (as I like to call it "meal kit"), I will teach you how to create a wrapper of compliance to deliver to your systems to ensure persistence and validation. Utilizing this method will get you from sous to head chef in the shortest time possible.

In this 90 Minute Workshop, we are going to create a wrapper cookbook with the premium STIG (Security Technical Implementation Guides), understand and implement waivers, use the Chef Infra remediation wrapper with exceptions, and deliver the content to a provided Ubuntu and Windows server.
In this 90 Minute Workshop, we are going to create a wrapper cookbook with the premium STIG (Security Technical Implementation Guides), understand and implement waivers, use the Chef Infra remediation wrapper with exceptions, and deliver the content to a provided Ubuntu 20_04 server.

## Prerequisites

Expand All @@ -24,7 +24,7 @@ For this Workshop to participate and follow along, you will need:
Other things we are going to learn in this workshop are:

* Integrating Compliance Profiles into cookbooks and use the Compliance Phase. This eliminates the need to have profiles stored in other places and us tokens to access those.
* Integrating Compliance Profiles into cookbooks and use the Compliance Phase. This eliminates the need to have profiles stored in other places and use tokens to access those.
* Looking at output in Automate - Infrastructure and Compliance

Due to time constraints, we are only going to use the Ubuntu 20.04 content, but adding additional content and guarding for different platforms is relatively easy and repeatable.
Expand All @@ -41,7 +41,7 @@ We are going to run our cookbook in three modes, client only (or base), audit on

## Some information about Chef Premium Content (Disclaimer)

> NOTE: We are using and sharing Progress Chef proprietary content. This is for educational purposes only. Please do not use or share this content without proper authority. Please check with your Account Exec to verify that you are entitled to the Chef Premium Content. Typically if sold Chef with Inspec as a part of our Compliance Automate SKU, you would be entitled.
> NOTE: We are using and sharing Progress Chef proprietary content. This is for educational purposes only. Please do not use or share this content without proper authority. Please check with your Account Exec to verify that you are entitled to the Chef Premium Content. Typically it is sold with Chef InSpec as a part of our Compliance Automate SKU.
## My Setup

Expand Down
3 changes: 2 additions & 1 deletion docs/provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ You can do this with any number of users and orgs, it ends up being one org per
* `chef-automate status` for an Automate health check
* `pwd` and make sure you are in `/home/ubuntu`
* `git clone https://[email protected]/snohio/mealkit.git`
* `cd mealkit/nothingtoseehere/scripts` We are going to replace all of the tokens here. There is a .pem and _validator.pem for every user / org.
* `cd mealkit/nothingtoseehere`
* `rm *.pem` as these will be needed on the workstation and the users machines later.
* `cd mealkit/nothingtoseehere/scripts` We are going to replace all of the tokens here. There is a .pem and _validator.pem for every user / org.
* run `bash ./chef-user-org-create.sh` to create all of the users orgs
* commit the changes with `git add *` `git commit -am "new pems"` `git push origin`

Expand Down
27 changes: 0 additions & 27 deletions nothingtoseehere/scripts/..meatloaf.pem

This file was deleted.

0 comments on commit 8e8cff8

Please sign in to comment.