Skip to content

Commit

Permalink
Rework PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Aug 29, 2023
1 parent 5241a20 commit 94ba34c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,16 @@ The visibility of `specificAssetIds` in the Digital Twin Registry based on the B
* `idShort`
* `id`
* `submodelDescriptors`
* `specificAssetIds`

* A user, who has <u>only</u> general read-access to `specificAssetIds` (`externalSubjectId` has `"value":"PUBLIC_READABLE"`) has <u>only</u> read-access to the following fields of a *Digital Twin*
* `id`
* `submodelDescriptors`
* `specificAssetIds`
* The list of `keys` in the externalSubjectId is filtered for the requested user. Only the keys will be returned where the BPN matched.

**Hint** <br>
The defined character for `"PUBLIC_READABLE"` and the list of allowed types to mark as public is configurable via helm values.yml:
The defined string for `"PUBLIC_READABLE"` and the list of allowed types to mark as public is configurable via helm values.yml:
* `registry.externalSubjectIdWildcardPrefix` (Default is `"PUBLIC_READABLE"` )
* `registry.externalSubjectIdWildcardAllowedTypes` (Default is `"manufacturerPartId,assetLifecyclePhase"` )

Expand Down

0 comments on commit 94ba34c

Please sign in to comment.