Skip to content

Commit cd20a3e

Browse files
committed
add not about c8y tenant manager prerequisite
1 parent a22cf76 commit cd20a3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/src/start/connect-c8y.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Check the following items to help you diagnose the root cause of the problem:
214214
* Check that you are not using a SSO user. SSO users are not permitted to use the REST API calls which the `tedge cert upload c8y` command is using. Please create a new Cumulocity user via the [Administration Page](https://cumulocity.com/docs/standard-tenant/managing-users/#to-add-a-user)
215215
216216
217-
#### 403 - Forbidden {#common-errors-401}
217+
#### 403 - Forbidden {#common-errors-403}
218218
219219
The 403 (Forbidden) error means that your user/password is correct however you do not have sufficient permissions to add the %%te%%'s device certificate to the Cumulocity's [Trusted certificates](https://cumulocity.com/docs/device-integration/device-certificates/).
220220

docs/src/start/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ sudo tedge cert create --device-id "$DEVICE_ID"
146146

147147
The device id is a unique identifier e.g. the MAC address that identifies the physical device.
148148

149+
Before you can upload the device's certificate to Cumulocity, your Cumulocity user must have the **Tenant Manager** Global Role assigned to it. For details on how to do this, see the [docs](connect-c8y.md#common-errors-403).
150+
149151
The certificate is uploaded to the Cumulocity Tenant via:
150152

151153
<UserContext>

0 commit comments

Comments
 (0)