Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Testbed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
FAIR Data Spaces
Testbed
Commits
4955699f
Unverified
Commit
4955699f
authored
9 months ago
by
sbarca14
Committed by
GitHub
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: fix README.md (#378)
parent
298d734f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
4955699f
...
...
@@ -73,7 +73,7 @@ This demo is to demonstrate how two dataspace participants can perform a credent
exchange, for example requesting a catalog or negotiating a contract.
It must be stated in the strongest terms that this is
**NOT**
a production grade installation, nor should any
production-grade developments be based on it.
[
Shortcuts
](
#
9
-other-caveats-shortcuts-and-workarounds
)
were taken, and
production-grade developments be based on it.
[
Shortcuts
](
#
10
-other-caveats-shortcuts-and-workarounds
)
were taken, and
assumptions were made that are potentially invalid in other scenarios.
It merely is a playground for developers wanting to kick the tires in the EDC and DCP space, and its purpose is to
...
...
@@ -172,7 +172,7 @@ with level `"processing"`.
That means that no contract for
`asset-2`
can be negotiated by anyone. For the purposes of this demo the
VerifiableCredentials are pre-created and are seeded directly to the participants' credential storage (
[
no
issuance
](
#
9
3-no-issuance-yet
)
) via a dedicated
issuance
](
#
10
3-no-issuance-yet
)
) via a dedicated
[
extension
](
launchers/identity-hub/src/main/java/org/eclipse/edc/demo/dcp/ih/IdentityHubExtension.java
)
.
When the consumer wants to inspect the consolidated catalog (containing assets from both the provider's Q&A and
...
...
@@ -215,8 +215,8 @@ The issuer's DID document is hosted on NGINX, so the easiest way of running NGIN
```
shell
docker run
-d
--name
nginx
-p
9876:80
--rm
\
-v
$
{
PWD
}
/deployment/assets/issuer/nginx.conf:/etc/nginx/nginx.conf:ro
\
-v
$
{
PWD
}
/deployment/assets/issuer/did.docker.json:/var/www/.well-known/did.json:ro
\
-v
"
$PWD
"
/deployment/assets/issuer/nginx.conf:/etc/nginx/nginx.conf:ro
\
-v
"
$PWD
"
/deployment/assets/issuer/did.docker.json:/var/www/.well-known/did.json:ro
\
nginx
```
...
...
@@ -803,7 +803,7 @@ Now comes the hacky part, reader discretion is advised.
In
[
SecretsExtension.java
](
extensions/did-example-resolver/src/main/java/org/eclipse/edc/iam/identitytrust/core/SecretsExtension.java
)
replace the String block for the private and public key with the contents of the newly created
`*.pem`
files.
Clean-rebuild-restart the applications. Don't forget to
[
seed
](
#4
2
-seeding-the-dataspace
)
. Done.
Clean-rebuild-restart the applications. Don't forget to
[
seed
](
#4
3
-seeding-the-dataspace
)
. Done.
#### 9.2.2 Kubernetes deployment
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment