Skip to content

Commit 5368c47

Browse files
committed
Another minor fix
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 87511e1 commit 5368c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/360/saas/get_started/enroll_nodes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ To configure the cookbooks and define enrollment settings, follow these steps:
186186

187187
Replace `<COOKBOOK_NAME>` with the name of the wrapper cookbook.
188188

189-
1. On a computer registered with the Chef 360 Server, generate an access key and secret key:
189+
1. Generate an access key and secret key:
190190

191191
```bash
192192
chef-platform-auth-cli user-account self create-token --body '{"expiration": "<EXPIRATION_DATE>", "name": "<TOKEN_NAME>"}' --profile <PROFILE_NAME>
@@ -240,8 +240,8 @@ To configure the cookbooks and define enrollment settings, follow these steps:
240240
- `<CHEF_360_FQDN>` with the fully qualified domain name (FQDN) for your Chef 360 SaaS deployment.
241241
- `<ENROLLMENT_TYPE>` with either `full` or `partial` depending on the form of enrollment. Use `full` unless you must `partial`.
242242
- `<API_PORT>` with the API port configured in Chef 360 SaaS. The default value is `31000`.
243-
- `<ACCESS_KEY>` with the access key for secure communication with Chef 360 SaaS. Store securely using an [encrypted Chef data bag](https://docs.chef.io/data_bags/) or a [secrets manager](https://docs.chef.io/infra_language/secrets/).
244-
- `<SECRET_KEY>` with the secret key for secure communication with Chef 360 SaaS. Store securely using an [encrypted Chef data bag](https://docs.chef.io/data_bags/) or a [secrets manager](https://docs.chef.io/infra_language/secrets/).
243+
- `<ACCESS_KEY>` with the access key for secure communication with Chef 360 SaaS.
244+
- `<SECRET_KEY>` with the secret key for secure communication with Chef 360 SaaS.
245245
- `<COHORT_ID>` with a valid cohort UUID. The cohort defines all skills and settings installed on the node.
246246
- `<HABITAT_BUILDER_URL>` with the URL of the Chef Habitat Builder used by your organization. Default value: `https://bldr.habitat.sh`
247247
- `<VALID_DIR_PATH>` with a temporary working directory where all required builds are downloaded. Specify a valid path based on the OS. Default value: `/tmp`.

0 commit comments

Comments
 (0)