Skip to content

Commit

Permalink
Merge pull request #172 from catenax-ng/release/v2.1.0-reference-conf…
Browse files Browse the repository at this point in the history
…iguration-dpp-edc-dtr

[ 1° ] - Release/v2.1.0 reference configuration dpp edc dtr: Create a reference configuration for using the DPP
  • Loading branch information
saudkhan116 authored Feb 2, 2024
2 parents 06c810d + 431d1f3 commit fc0543a
Show file tree
Hide file tree
Showing 80 changed files with 4,435 additions and 9,809 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ To get started you can have a look into our documentation:
| [Backend Documentation](./dpp-backend/digitalproductpass/readme.md) | Backend documentation Product Passport App |
| [Deployment in Hotel Budapest](./deployment/README.md) | Technical Guide - Deployment in ArgoCD Hotel Budapest (integration environment) |
| [Docker Overview](./docker/README.md) | Overview on general docker commands |
| [Keycloak Overview](./docker/local/Keycloak/README.md) | This guide describes how to setup a keycloak instance in local docker container and import existing realm.json file. |
| [Keycloak Overview](./deployment/local/docker/Keycloak/README.md) | This guide describes how to setup a keycloak instance in local docker container and import existing realm.json file. |
| [Short Introduction into the project](./docs/GETTING-STARTED.md) | Digital Product Pass App infrastructure, helm installation guide, technical usage guide |
| [Code Scaning with Kics and Trivy](./docs/IaC.md) | Infrastructure As Code (IaC) with KICS intends to find security vulnerabilities by scanning the code and upload results to the security dashboard in github |
| [Release Guidelines](./docs/RELEASE.md) | Digital Product Pass App Release Guide |
| [Secret Management](./docs/SECRETS_MANAGEMENT.md) | Secrets management with CX HashiCorp Vault and ArgoCD Vault Plugin (AVP) - client credentials, database passwords, access tokens |
| [Cypress Overview](./docs/cypress/CYPRESS.md) | Documentation for Battery Passport App E2E Cypress test |
| [End User Manual](./docs/user%20manual/User%20Manual%20Product%20Viewer%20App.md) | End User Manual Product Viewer App |
| [Postman Overview](./postman/README.md) | Technical guide depicts the battery pass end-to-end API calls through the postman REST client |
| [Postman Overview](./deployment/local/postman//README.md) | Technical guide depicts the battery pass end-to-end API calls through the postman REST client |
| [Changelog](./CHANGELOG.md) | Changelog |
| [Helm Charts](https://github.com/eclipse-tractusx/digital-product-pass/tree/main/charts/digital-product-pass) | Project's Helm Charts |

Expand Down
8 changes: 4 additions & 4 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ This document describes the battery pass application deployment steps in hotel b

- Link to the Integration environment: [ArgoCD Hotel Budapest INT - Product Material Passport](https://argo.int.demo.catena-x.net)

- [edc-consumer](./helm/edc-consumer)
- [edc-consumer](./infrastructure/edc-consumer)

- [edc-provider](./helm/edc-provider)
- [edc-provider](./infrastructure/edc-provider)

- [digital-product-pass](../charts/digital-product-pass)
- dpp-frontend
Expand Down Expand Up @@ -86,7 +86,7 @@ If everything works fine then the application is deployed...

The dpp frontend is a consumer user interface application for the digital product passports that interacts with the end-user and displays passports. The steps above will be followed to deploy the consumer frontend component.

In the end, the frontend should be accessible at https://materialpass.int.demo.catena-x.net. You would be redirected to the CatenaX central IDP and can see the login page after company selection.
In the end, the frontend should be accessible at https://dpp.int.demo.catena-x.net. You would be redirected to the CatenaX central IDP and can see the login page after company selection.

##### Login credentails:
- **Company Selection:** CX-Test-Access
Expand All @@ -111,7 +111,7 @@ In the end, the frontend should be accessible at https://materialpass.int.demo.c

The consumer backend is a Java based spring boot application which implements the service modules and business layer to manage the passports in frontend component.

[Open API documentation in Swagger](https://materialpass.int.demo.catena-x.net/swagger-ui/index.html)
[Open API documentation in Swagger](https://dpp.int.demo.catena-x.net/swagger-ui/index.html)

![Swagger UI](./images/swagger.png)

Expand Down
23 changes: 0 additions & 23 deletions deployment/helm/irs/.helmignore

This file was deleted.

41 changes: 0 additions & 41 deletions deployment/helm/irs/Chart.yaml

This file was deleted.

257 changes: 0 additions & 257 deletions deployment/helm/irs/values-int.yaml

This file was deleted.

Loading

0 comments on commit fc0543a

Please sign in to comment.