Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
chore: update minor changes of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus committed Feb 15, 2022
1 parent 467cc6e commit 171f80e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'

concurrency:
group: ${{ github.head_ref }}
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [7.0.1-RA] - 2022-02-14
## [7.0.1-ra] - 2022-02-15

This version is not available in the `main` branch but in `release/v7.0.1-ra`.
Details on how to run the DSC with remote attestation can be found [here](https://international-data-spaces-association.github.io/DataspaceConnector/Deployment/Configuration#idscp2-usage-and-remote-attestation).

### Added
- Add `mvn-local` directory and allow the usage of locally published artifacts in the `pom.xml`.
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/deployment/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,8 @@ The `idscp2.[keystore/truststore]` properties define paths to the keystore and t
The provided example keystore (`cert.p12`) is issued for hostname `consumer-core`, which has to be
set in `docker-compose.yml`, or elsewhere, accordingly.

**Modifications to support remote attestation are only provided with DSC v7.0.1-ra!**

The `idscp2.[supported/expected]-ra-suites-[client/server]` properties specify the supported and
expected remote attestation mechanisms for client and server, respectively.
The default configuration specifies both the "Dummy" remote "attestation" (which does nothing), and
Expand Down

0 comments on commit 171f80e

Please sign in to comment.