-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add api collection and update readme for data exchange tutorial #155
Conversation
Co-authored-by: Carlos Diez <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! Just some comments.
Could you please remove this warning, it's obsolete since the stub has been integrated.
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
@evegufy As always, thank you for the time invested in this immersive correction, I have fixed the bugs and answered the ones where I had some doubts, thank you. 💪 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To get the simple-data-backend ingress up and running, you’ll need to do two things:
- Add this to your values.yaml:
simple-data-backend:
nameOverride: dataprovider-submodelserver
ingress:
enabled: true
className: "nginx"
hosts:
- host: "dataprovider-submodelserver.tx.test"
paths:
- path: "/"
pathType: "Prefix"
- Add this line to your /etc/hosts file:
192.168.49.2 dataprovider-submodelserver.tx.test
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Co-authored-by: Evelyn Gurschler <[email protected]>
Thanks, @evegufy for the response.
|
Hi @mgarciaLKS thank you! I can't really judge the impact of the simple data backend not being fully functional. Is it still possible to go through all steps of the tutorial? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mgarciaLKS looks very good! I just did some final adjustments. Thank you!
Description
Issue #151
This PR contains the updates in the README file concerning the Data Exchange Tutorial using the SSI DIM WALLET STUB.
Also created some folders related to the docs, that contains both the Postman Collection and the Curl tutorial.
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: