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
must provide privileges for this sample to connect, subscribe, publish,
40
-
and receive.
37
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect, subscribe, publish, and receive. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
41
38
42
39
<details>
43
40
<summary>(see sample policy)</summary>
@@ -90,10 +87,7 @@ This sample is for reference on connecting via certificate and key files.
must provide privileges for this sample to connect, subscribe, publish,
96
-
and receive.
90
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
97
91
98
92
<details>
99
93
<summary>(see sample policy)</summary>
@@ -127,10 +121,7 @@ This sample is for reference on connecting via websockets.
must provide privileges for this sample to connect, subscribe, publish,
133
-
and receive.
124
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
134
125
135
126
<details>
136
127
<summary>(see sample policy)</summary>
@@ -168,10 +159,7 @@ WARNING: Unix only. Currently, TLS integration with PKCS#11 is only available on
must provide privileges for this sample to connect, subscribe, publish,
174
-
and receive.
162
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
175
163
176
164
<details>
177
165
<summary>(see sample policy)</summary>
@@ -257,10 +245,7 @@ you would use them by passing their certificate store path.
must provide privileges for this sample to connect, subscribe, publish,
263
-
and receive.
248
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
264
249
265
250
<details>
266
251
<summary>(see sample policy)</summary>
@@ -329,7 +314,7 @@ To run this sample with a basic certificate from AWS IoT Core:
329
314
330
315
This sample makes an MQTT connection and connects through a [Custom Authorizer](https://docs.aws.amazon.com/iot/latest/developerguide/custom-authentication.html). On startup, the device connects to the server and then disconnects. This sample is for reference on connecting using a custom authorizer.
331
316
332
-
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect.
317
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
must provide privileges for this sample to connect, subscribe, publish,
391
-
and receive.
373
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect, subscribe, publish, and receive. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
must provide privileges for this sample to connect, subscribe, publish,
477
-
and receive.
456
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect, subscribe, publish, and receive. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
457
+
478
458
<details>
479
459
<summary>(see sample policy)</summary>
480
460
<pre>
@@ -548,10 +528,7 @@ Run the sample using createCertificateFromCsr:
must provide privileges for this sample to connect, subscribe, publish,
554
-
and receive.
531
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect, subscribe, publish, and receive. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
0 commit comments