Skip to content

Commit 904aa49

Browse files
committed
Update 360 SaaS port number
Signed-off-by: Ian Maddaus <[email protected]>
1 parent bd951de commit 904aa49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/360/saas/get_started/enroll_nodes.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ To configure the cookbooks and define enrollment settings, follow these steps:
214214
node_management_enroll 'Enroll Node' do
215215
chef_platform_url '<CHEF_360_FQDN>'
216216
enroll_type '<ENROLLMENT_TYPE>'
217-
api_port '<API_PORT>'
217+
api_port '443'
218218
access_key '<ACCESS_KEY>'
219219
secret_key '<SECRET_KEY>'
220220
cohort_id '<COHORT_ID>'
@@ -229,7 +229,6 @@ To configure the cookbooks and define enrollment settings, follow these steps:
229229

230230
- `<CHEF_360_FQDN>` with the fully qualified domain name (FQDN) for your Chef 360 SaaS deployment.
231231
- `<ENROLLMENT_TYPE>` with either `full` or `partial` depending on the form of enrollment. Use `full` unless you must `partial`.
232-
- `<API_PORT>` with the API port configured in Chef 360 SaaS. The default value is `31000`.
233232
- `<ACCESS_KEY>` with the access key for secure communication with Chef 360 SaaS. This should be stored using an [encrypted Chef data bag](/data_bags/) or [secrets manager](/infra_language/secrets/).
234233
- `<SECRET_KEY>` with the secret key for secure communication with Chef 360 SaaS. This should be stored using an [encrypted Chef data bag](/data_bags/) or [secrets manager](/infra_language/secrets/).
235234
- `<COHORT_ID>` with a valid cohort UUID. The cohort defines all skills and settings installed on the node.

0 commit comments

Comments
 (0)