From ca7d4fadc7dafd3c6c1d5b945853bab60aa5ea3d Mon Sep 17 00:00:00 2001 From: Manojava Koushik <111366021+manojava-gk@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:52:01 +0530 Subject: [PATCH] fix(osp path): update osp path to camelCase (#448) https://github.com/eclipse-tractusx/portal/issues/439 --- charts/portal/README.md | 2 +- charts/portal/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/portal/README.md b/charts/portal/README.md index 769f719f..3b67d729 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -468,7 +468,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 | `"/consent_osp"` | | +| backend.processesworker.networkRegistration.externalRegistrationPath | string | `"/consentOsp"` | | | 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 74f03207..7f9d0967 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -896,7 +896,7 @@ backend: encryptionKey: "" networkRegistration: loginDocumentPath: "/documentation/?path=docs%2F09.+Others%28s%29%2F01.+Login.md" - externalRegistrationPath: "/consent_osp" + externalRegistrationPath: "/consentOsp" # -- 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: