From e7e7f40c7d3867a47c6daf95d7bbc16bd4685e76 Mon Sep 17 00:00:00 2001 From: Vinith-iS <122087741+Vinith-iS@users.noreply.github.com> Date: Wed, 10 May 2023 14:16:01 +0200 Subject: [PATCH] Update values.yaml Update to latest version of keyrock and current/new satellite instance. --- OpenShift-Sandbox-Deployment/keyrock/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OpenShift-Sandbox-Deployment/keyrock/values.yaml b/OpenShift-Sandbox-Deployment/keyrock/values.yaml index 8db1f8b..1f4d29a 100644 --- a/OpenShift-Sandbox-Deployment/keyrock/values.yaml +++ b/OpenShift-Sandbox-Deployment/keyrock/values.yaml @@ -4,7 +4,7 @@ keyrock: statefulset: image: repository: fiware/idm - tag: i4trust-rc7-header-size + tag: 8.3.3 pullPolicy: Always ## Set either an ingress or openshift route for making Keyrock externally available @@ -86,13 +86,13 @@ keyrock: # -- Enable usage of satellite enabled: true # -- Identifier (EORI) of satellite - identifier: "EU.EORI.NL000000000" + identifier: "EU.EORI.NLi4TRUSTSAT" # -- URL of satellite - url: "https://scheme.isharetest.net" + url: "https://mw.i4trustsat.ishareworks.nl" # -- Token endpoint of satellite - tokenEndpoint: "https://scheme.isharetest.net/connect/token" + tokenEndpoint: "https://mw.i4trustsat.ishareworks.nl/connect/token" # -- Parties endpoint of satellite - partiesEndpoint: "https://scheme.isharetest.net/parties" + partiesEndpoint: "https://mw.i4trustsat.ishareworks.nl/parties" ## -- Configuration of local key and certificate for validation and generation of tokens token: @@ -111,4 +111,4 @@ keyrock: - name: IDM_DB_SEED value: "true" - name: IDM_SERVER_MAX_HEADER_SIZE - value: "32768" \ No newline at end of file + value: "32768"