From 10e8b6625b9a987a66f729a70cb4b9eef0d92066 Mon Sep 17 00:00:00 2001 From: egazzarr <56166621+egazzarr@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:41:47 +0100 Subject: [PATCH] adding `/` to iam server url to debug iam-rucio-sync --- infrastructure/cluster/flux-v2/rucio-vre/rucio-cronjobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cluster/flux-v2/rucio-vre/rucio-cronjobs.yaml b/infrastructure/cluster/flux-v2/rucio-vre/rucio-cronjobs.yaml index a973f82b..dce1628c 100644 --- a/infrastructure/cluster/flux-v2/rucio-vre/rucio-cronjobs.yaml +++ b/infrastructure/cluster/flux-v2/rucio-vre/rucio-cronjobs.yaml @@ -23,7 +23,7 @@ spec: mountPath: /tmp/ env: - name: IAM_SERVER - value: "https://iam-escape.cloud.cnaf.infn.it" + value: "https://iam-escape.cloud.cnaf.infn.it/" - name: IAM_CLIENT_SECRET valueFrom: secretKeyRef: