Skip to content

Commit

Permalink
config: vomsproxy sidecar upgrade
Browse files Browse the repository at this point in the history
Upgrades to the latest reana-env-vomsproxy in order to have proper
ESCAPE VOMS support.
  • Loading branch information
tiborsimko committed Aug 11, 2022
1 parent a57cd83 commit 4a466df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 0.9.0 (UNRELEASED)
--------------------------

- Adds support for specifying ``slurm_partition`` and ``slurm_time`` for Slurm compute backend jobs.
- Changes ``reana-auth-vomsproxy`` sidecar to latest version to support accessing ESCAPE VOMS.
- Changes default Slurm partition to ``inf-short``.

Version 0.8.1 (2022-02-07)
Expand Down
2 changes: 1 addition & 1 deletion reana_job_controller/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@


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

Expand Down

0 comments on commit 4a466df

Please sign in to comment.