The digital product passport application provides a consumer user interface to request a battery passport from a battery manufacturer using the standardized components and technologies in a Catena-X network. The passport will be displayed in a human-readable from any browser. The data exchange standards given by Catena-X are used to provide the battery passport to different personas (roles) in the network.
In particular, the appliction is used to access the battery passport data provided by battery manufacturer. By scanning QR-code or knowing the manufacturer and battery-ID, a user can request the passport through Eclipse Dataspace Connectors (EDCs) over the Catena-X network. The passport provider will provide data attributes that is only visible to a permitted signed-in user.
1.3.1
v1.3.1
Here is a preview from the DPP App UI, where we visualize a test battery passport in this case.
Note: For more information check the documentation section
To get started you can have a look into our documentation:
Name | Description |
---|---|
Arc42 | Main Architecture Document (Arc42) of Digital Product Pass Application |
Administration Guide | Administration Guide explaining the infrastructure and how to configure the application |
Backend Documentation | Backend documentation Product Passport App |
Deployment in Hotel Budapest | Technical Guide - Deployment in ArgoCD Hotel Budapest (integration environment) |
Docker Overview | Overview on general docker commands |
Keycloak Overview | This guide describes how to setup a keycloak instance in local docker container and import existing realm.json file. |
Short Introduction into the project | Digital Product Pass App infrastructure, helm installation guide, technical usage guide |
Code Scaning with Kics and Trivy | 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 | Digital Product Pass App Release Guide |
Secret Management | Secrets management with CX HashiCorp Vault and ArgoCD Vault Plugin (AVP) - client credentials, database passwords, access tokens |
Cypress Overview | Documentation for Battery Passport App E2E Cypress test |
End User Manual | End User Manual Product Viewer App |
Postman Overview | Technical guide depicts the battery pass end-to-end API calls through the postman REST client |
Changelog | Changelog |
Helm Charts | Project's Helm Charts |
Language | Container Base Image |
---|---|
Java / JVM based | Eclipse Temurin |
JS frontends | Node.JS Nginx |
For installing the Digital Product Pass application please consult our Intallation Guide.
DockerHub:
- https://hub.docker.com/r/tractusx/digital-product-pass-frontend
- https://hub.docker.com/r/tractusx/digital-product-pass-backend
Eclipse Tractus-X product(s) installed within the image:
- GitHub: https://github.com/eclipse-tractusx/digital-product-pass
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Dockerfiles:
- Project License: Apache License, Version 2.0
Used base image
- node:lts-alpine
- nginxinc/nginx-unprivileged:stable-alpine
- eclipse-temurin:19-alpine
- Official DockerHub pages:
- Node: https://hub.docker.com/_/node
- Nginxinc/nginx-unprivileged: https://hub.docker.com/r/nginxinc/nginx-unprivileged
- Eclipse Temurin: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about images:
- Node: https://github.com/docker-library/repo-info/tree/master/repos/node
- Nginxinc/nginx-unprivileged: https://github.com/nginxinc/docker-nginx-unprivileged
- Eclipse Temurin: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc. from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.