From 05aca0a808903d5902b30cba9d63f402576d8549 Mon Sep 17 00:00:00 2001 From: vijayg10 <33152110+vijayg10@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:07:15 +0530 Subject: [PATCH] fix: logout in fp shell (#93) * fix: logout in fp shell * fix: chart version --- mojaloop/finance-portal/Chart.yaml | 6 +++--- mojaloop/finance-portal/values.yaml | 1 + mojaloop/reporting-hub-bop-shell/Chart.yaml | 4 ++-- mojaloop/reporting-hub-bop-shell/values.yaml | 3 ++- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/mojaloop/finance-portal/Chart.yaml b/mojaloop/finance-portal/Chart.yaml index 426104c5..3668219f 100644 --- a/mojaloop/finance-portal/Chart.yaml +++ b/mojaloop/finance-portal/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.2.1 +version: 4.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "4.2.1" +appVersion: "4.2.2" dependencies: - name: common repository: "file://../common" @@ -42,7 +42,7 @@ dependencies: tags: - mojaloop - reporting-hub-bop-shell - version: 1.0.1 + version: 1.0.2 - name: reporting-hub-bop-api-svc condition: reporting-hub-bop-api-svc.enabled repository: "file://../reporting-hub-bop-api-svc" diff --git a/mojaloop/finance-portal/values.yaml b/mojaloop/finance-portal/values.yaml index 1ab858f2..ab8d9f37 100644 --- a/mojaloop/finance-portal/values.yaml +++ b/mojaloop/finance-portal/values.yaml @@ -236,6 +236,7 @@ reporting-hub-bop-shell: env: LOGIN_URL: /kratos/self-service/registration/browser LOGOUT_URL: /kratos/self-service/browser/flows/logout + LOGIN_PROVIDER: keycloak AUTH_TOKEN_URL: /kratos/sessions/whoami AUTH_ENABLED: true REMOTE_1_URL: http://reporting-hub-bop-role-ui.local diff --git a/mojaloop/reporting-hub-bop-shell/Chart.yaml b/mojaloop/reporting-hub-bop-shell/Chart.yaml index 5a212c2e..381647f8 100644 --- a/mojaloop/reporting-hub-bop-shell/Chart.yaml +++ b/mojaloop/reporting-hub-bop-shell/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: This is the Shell application that accommodates BizOps microfrontends. name: reporting-hub-bop-shell -version: 1.0.1 -appVersion: "2.2.1" +version: 1.0.2 +appVersion: "2.2.2" home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/mojaloop/reporting-hub-bop-shell/values.yaml b/mojaloop/reporting-hub-bop-shell/values.yaml index 9b70d9d9..3960f162 100644 --- a/mojaloop/reporting-hub-bop-shell/values.yaml +++ b/mojaloop/reporting-hub-bop-shell/values.yaml @@ -80,7 +80,7 @@ containerSecurityContext: image: registry: docker.io repository: mojaloop/reporting-hub-bop-shell - tag: v2.2.1 + tag: v2.2.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -191,6 +191,7 @@ config: REMOTE_MOCK_API: false LOGIN_URL: /kratos/self-service/registration/browser LOGOUT_URL: /kratos/self-service/browser/flows/logout + LOGIN_PROVIDER: keycloak AUTH_TOKEN_URL: /kratos/sessions/whoami AUTH_ENABLED: true REMOTE_1_URL: http://reporting-hub-bop-role-ui.local