From 41e959b78715834899f7da3576b4894ec56ba082 Mon Sep 17 00:00:00 2001 From: Jo-stfc <71326101+Jo-stfc@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:08:21 +0000 Subject: [PATCH] add scitokens authorization enable scitokens authorization for xrootd proxy --- xrootd/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xrootd/Dockerfile b/xrootd/Dockerfile index 33f064c..6712830 100644 --- a/xrootd/Dockerfile +++ b/xrootd/Dockerfile @@ -46,7 +46,8 @@ RUN dnf -y versionlock add ceph-${CEPH_VERSION}.el8.x86_64 \ xrootd-server-${XROOTD_VERSION}.el8.x86_64 \ xrootd-server-libs-${XROOTD_VERSION}.el8.x86_64 \ xrootd-ceph-buffered-${XRDCEPH_VERSION}.el8.x86_64 \ - xrootd-voms-${XROOTD_VERSION}.el8.x86_64 + xrootd-voms-${XROOTD_VERSION}.el8.x86_64 \ + xrootd-scitokens-${XROOTD_VERSION}.el8.x86_64 RUN dnf -y versionlock list @@ -63,6 +64,7 @@ RUN dnf -y install xrootd-ceph-buffered \ xrootd-server \ xrootd-server-libs \ xrootd-voms \ + xrootd-scitokens \ jemalloc