From f083e905de77bd85b292e119cfb7e6d5bd0d3550 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Thu, 14 Mar 2024 10:40:08 +0100 Subject: [PATCH] feat(impl): [#199] Spelling --- CHANGELOG.md | 4 +++- docs/src/docs/arc42/building-block-view/whitebox-overall.adoc | 2 +- docs/src/docs/arc42/glossary.adoc | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6d85254c..206daabb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/src/docs/arc42/building-block-view/whitebox-overall.adoc b/docs/src/docs/arc42/building-block-view/whitebox-overall.adoc index 3c21f4bb3f..ccff5b79a8 100644 --- a/docs/src/docs/arc42/building-block-view/whitebox-overall.adoc +++ b/docs/src/docs/arc42/building-block-view/whitebox-overall.adoc @@ -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 diff --git a/docs/src/docs/arc42/glossary.adoc b/docs/src/docs/arc42/glossary.adoc index 571996bab1..73e314454f 100644 --- a/docs/src/docs/arc42/glossary.adoc +++ b/docs/src/docs/arc42/glossary.adoc @@ -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]