Skip to content

Commit

Permalink
fix(config): update reana-auth-vomsproxy to 1.2.1 to fix WLCG IAM (re…
Browse files Browse the repository at this point in the history
…anahub#457)

Update reana-auth-vomsproxy to the latest version in order to fix VOMS
proxy initialisation troubles now that WLCG IAM is in production.
  • Loading branch information
tiborsimko committed Jul 4, 2024
1 parent 32ce567 commit 2f07934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reana_job_controller/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023 CERN.
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -57,7 +57,7 @@


VOMSPROXY_CONTAINER_IMAGE = os.getenv(
"VOMSPROXY_CONTAINER_IMAGE", "docker.io/reanahub/reana-auth-vomsproxy:1.2.0"
"VOMSPROXY_CONTAINER_IMAGE", "docker.io/reanahub/reana-auth-vomsproxy:1.2.1"
)
"""Default docker image of VOMSPROXY sidecar container."""

Expand Down

0 comments on commit 2f07934

Please sign in to comment.