Skip to content

Commit

Permalink
Correct markdown errors
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Cronin <[email protected]>
  • Loading branch information
bcronin90 committed Sep 18, 2023
1 parent 6bf0561 commit a6d2dfd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion edc-extensions/cx-oauth2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ When a connector receives a message, it will checks the token audience is equal
Starting from `0.0.1-milestone-9` EDC requires a mandatory setting `edc.participant.id`, which in this case should be the BPN number which is transmitted over the wire to identifying the participants IDs.
To verify that in the DAPS token an extension has been created, that extract from the `ClaimToken` the BPN number and then EDC compare that identity with the one provided over the wire, for security reason.

By default, the extension parse the `referringConnector` url and extract the BPN number as the last parameter in the URL eg (http://sokrates-controlplane/BPNSOKRATES).
By default, the extension parse the `referringConnector` url and extract the BPN number as the last parameter in the URL eg (<http://sokrates-controlplane/BPNSOKRATES>).

### Configuration

Expand Down
12 changes: 6 additions & 6 deletions edc-extensions/dataplane-selector-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plane will look for an instance with matching capabilities to transfer data.

Per data plane instance the following settings must be configured. As `<data-plane-id>` any unique string is valid.

| Key | Description | Mandatory | Example |
|:------------------------------------------------------------|:--------------------------------------------------|-----------|------------------------------------------------------------------|
| edc.dataplane.selector.``<data-plane-id>``.url | URL to connect to the Data Plane Instance. | X | <http://plato-edc-dataplane:9999/api/dataplane/control> |
| edc.dataplane.selector.``<data-plane-id>``.sourcetypes | Source Types in a comma separated List. | X | HttpData |
| edc.dataplane.selector.``<data-plane-id>``.destinationtypes | Destination Types in a comma separated List. | X | HttpProxy |
| edc.dataplane.selector.``<data-plane-id>``.properties | Additional properties of the Data Plane Instance. | (X) | { "publicApiUrl": "http://plato-edc-dataplane:8185/api/public" } |
| Key | Description | Mandatory | Example |
|:------------------------------------------------------------|:--------------------------------------------------|-----------|--------------------------------------------------------------------|
| edc.dataplane.selector.``<data-plane-id>``.url | URL to connect to the Data Plane Instance. | X | <http://plato-edc-dataplane:9999/api/dataplane/control> |
| edc.dataplane.selector.``<data-plane-id>``.sourcetypes | Source Types in a comma separated List. | X | HttpData |
| edc.dataplane.selector.``<data-plane-id>``.destinationtypes | Destination Types in a comma separated List. | X | HttpProxy |
| edc.dataplane.selector.``<data-plane-id>``.properties | Additional properties of the Data Plane Instance. | (X) | `{ "publicApiUrl": "http://plato-edc-dataplane:8185/api/public" }` |

The property `publicApiUrl` is mandatory for Data Plane Instances with destination type `HttpProxy`.

Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/ssi/jws2020-crypto-suite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ acceptable to you, please add a dependency exclusion to your build script.
a [hard-coded context](https://github.com/filip26/iron-verifiable-credentials/blob/82d13326c5f64a0f38c75d417ffc263febfd970d/src/main/java/com/apicatalog/vc/processor/Issuer.java#L122)
added to the compacted JSON-LD, which is incorrect. It doesn't negatively impact the resulting JSON-LD, other than
possibly affecting processing times, but unfortunately it also makes it impossible to add more contexts, such
as https://w3id.org/security/suites/jws-2020/v1. We mitigated this with
as <https://w3id.org/security/suites/jws-2020/v1>. We mitigated this with
the [`IssuerCompat.java`](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/edc-extensions/ssi/jws2020-crypto-suite/src/main/java/org/eclipse/edc/security/signature/jws2020/IssuerCompat.java),
which should be used for compaction.

0 comments on commit a6d2dfd

Please sign in to comment.