From 7628be1d5b922560ff518fe5e89e91740da256c6 Mon Sep 17 00:00:00 2001 From: Martin Rohrmeier Date: Tue, 16 Jul 2024 16:18:37 +0200 Subject: [PATCH 1/2] fix: set correct path for consent osp --- CHANGELOG.md | 1 + charts/portal/README.md | 2 +- charts/portal/values.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17f1e5ec..41b49db68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel * removed obsolete centralidp database configuration [#355](https://github.com/eclipse-tractusx/portal/pull/355) * changed to directoryApiAddress of bpn did resolver in administration service configuration [#364](https://github.com/eclipse-tractusx/portal/pull/364) * increased memory for services service [#359](https://github.com/eclipse-tractusx/portal/pull/359) + * set correct value for consent_osp ## 2.0.0 diff --git a/charts/portal/README.md b/charts/portal/README.md index 770a82f69..e10a88eaa 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -448,7 +448,7 @@ dependencies: | backend.processesworker.onboardingServiceProvider.encryptionConfigs.index1.paddingMode | string | `"PKCS7"` | | | backend.processesworker.onboardingServiceProvider.encryptionConfigs.index1.encryptionKey | string | `""` | EncryptionKey for onboardingserviceprovider. Secret-key 'onboardingserviceprovider-encryption-key1'. Expected format is 256 bit (64 digits) hex. When upgrading from v2.0.0-RC1 please read document portal-upgrade-details.md | | backend.processesworker.networkRegistration.loginDocumentPath | string | `"/documentation/?path=docs%2F09.+Others%28s%29%2F01.+Login.md"` | | -| backend.processesworker.networkRegistration.externalRegistrationPath | string | `"/?overlay=consent_osp"` | | +| backend.processesworker.networkRegistration.externalRegistrationPath | string | `"/consent_osp"` | | | backend.processesworker.networkRegistration.closeApplicationPath | string | `"/decline"` | The logic to decline an application is not yet implemented in the backend - this will currently lead to a 404 page when clicking on the link in the mail | | backend.processesworker.dim.clientId | string | `"dim-client-id"` | Provide dim client-id from CX IAM centralidp. | | backend.processesworker.dim.clientSecret | string | `""` | Client-secret for dim client-id. Secret-key 'dim-client-secret'. | diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 87f54ab80..5e0bd6444 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -860,7 +860,7 @@ backend: encryptionKey: "" networkRegistration: loginDocumentPath: "/documentation/?path=docs%2F09.+Others%28s%29%2F01.+Login.md" - externalRegistrationPath: "/?overlay=consent_osp" + externalRegistrationPath: "/consent_osp" # -- The logic to decline an application is not yet implemented in the backend - this will currently lead to a 404 page when clicking on the link in the mail closeApplicationPath: "/decline" dim: From c0a585e8184d235c4b304ddcd6d19928ce7d853e Mon Sep 17 00:00:00 2001 From: Martin Rohrmeier Date: Tue, 16 Jul 2024 16:45:21 +0200 Subject: [PATCH 2/2] fix: move bugfix message to unreleased --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b49db68..ce1e5b093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal helm chart. +## unreleased + +### Bugfix + +* portal-cd: + * set correct path for consent osp url + ## 2.1.0-RC1 ### Change @@ -31,7 +38,6 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel * removed obsolete centralidp database configuration [#355](https://github.com/eclipse-tractusx/portal/pull/355) * changed to directoryApiAddress of bpn did resolver in administration service configuration [#364](https://github.com/eclipse-tractusx/portal/pull/364) * increased memory for services service [#359](https://github.com/eclipse-tractusx/portal/pull/359) - * set correct value for consent_osp ## 2.0.0 @@ -300,4 +306,4 @@ n/a ### Change * added product helm chart for portal, combining frontend and backend chart. -* moved repository to eclipse-tractusx. \ No newline at end of file +* moved repository to eclipse-tractusx.