Skip to content

Commit

Permalink
catenax-ng reference removal
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 committed Dec 16, 2024
1 parent 06b206f commit b77aae5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Enable triggering of Autosetup process for SDE application
- Enable triggering of Autosetup process for EDC application
- Creation of the certificates for DAPS registration
- Registration of EDC connector into Catena-X dataspace
- Registration of EDC connector into CX dataspace
- Registration of the services in CX-Portal
- Autosetup process is based on KubeApps

### Changed
- Integration to Catena-X Portal
- Integration to CX Portal

### Known knowns
- Cross side scripting (XSS) shall be mitigated (low risk)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Link to flyway documentation: [Documentation](https://flywaydb.org/documentation
Authentication for the backend is handled via an Keycloak. This can be set in the configuration file.

### EDC
GitHub repository with correct version of the Eclipse DataSpace Connector Project: [repository](https://github.com/catenax-ng/product-edc)
GitHub repository with correct version of the Eclipse DataSpace Connector Project: [repository](https://github.com/eclipse-tractusx/tractusx-edc)

### Licenses
Distributed under the Apache 2.0 License. See [LICENSE](LICENSE) for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/flyway/V5__new_app_dt-registry.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ VALUES('DT_REGISTRY', 'default', 'kubeapps', '{
"idpClientId" : "$\{idpClientId\}",
"idpIssuerUri": "$\{idpIssuerUri\}",
"tenantId" : "$\{tenantId\}",
"image" :"ghcr.io/catenax-ng/sldt-digital-twin-registry:0.3.1-M1",
"image" :"sldt-digital-twin-registry-image",
"ingress": {
"enabled": true,
"hostname": "$\{dnsName\}",
Expand Down

0 comments on commit b77aae5

Please sign in to comment.