Skip to content

Commit

Permalink
feat(impl): [#199] Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Mar 14, 2024
1 parent 2b5d78e commit f083e90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- Introduced new IRS role `admin_irs` which has unrestricted access to every API endpoint

### Changed
- Adjusted API access control. Users with role `view_irs` can only access jobs they created themselves. PolicyStore API access is restricted to role `admin_irs`.

- Adjusted API access control. Users with role `view_irs` can only access jobs they created themselves. Policy Store API
access is restricted to role `admin_irs`.

### Fixed
- Fixed bug where BPN's were delivered without 'manufacturerName' property filled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include::../../../uml-diagrams/building-block-view/whitebox_overall_decentral.pu
|IRS
|The IRS consumes relationship information across the CX-network and builds the graph view. Within this documentation, the focus lies on the IRS

|PolicyStore
|Policy Store
|The PolicyStore Component stores usage policies used to validate the consumption of data asset.

|EDC Consumer
Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs/arc42/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ https://github.com/eclipse-edc/Connector[EDC Connector] , https://github.com/ecl
For more information see:
https://github.com/eclipse-tractusx/managed-identity-wallet[eclipse-tractusx/managed-identity-wallet]
|Multi Tier Parts Data Chain | MTPDC | Formerly known Service Name: Multi Tier Parts Data Chain
|PolicyStore |
|Policy Store |
|The Policy Store is an IRS component which provides an interface for getting, adding and deleting accepted IRS EDC policies. These policies will be used to validate EDC contract offers. EDC contract offers must include permissions that are equal to permission defined by an admin user in order to be allowed to use in IRS use cases.
For more information see:
https://github.com/eclipse-tractusx/ssi-docu/blob/main/docs/architecture/cx-3-2/edc/policy.definitions.md#0-introduction[Policy specification for Catena-X verifiable credentials]
Expand Down

0 comments on commit f083e90

Please sign in to comment.