You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -240,8 +240,8 @@ To configure the cookbooks and define enrollment settings, follow these steps:
240
240
- `<CHEF_360_FQDN>` with the fully qualified domain name (FQDN) for your Chef 360 SaaS deployment.
241
241
- `<ENROLLMENT_TYPE>` with either `full` or `partial` depending on the form of enrollment. Use `full` unless you must `partial`.
242
242
- `<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.
245
245
- `<COHORT_ID>` with a valid cohort UUID. The cohort defines all skills and settings installed on the node.
246
246
- `<HABITAT_BUILDER_URL>` with the URL of the Chef Habitat Builder used by your organization. Default value: `https://bldr.habitat.sh`
247
247
- `<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