Skip to content

Commit

Permalink
add scitokens authorization
Browse files Browse the repository at this point in the history
enable scitokens authorization for xrootd proxy
  • Loading branch information
Jo-stfc authored Nov 11, 2024
1 parent 62f4687 commit 41e959b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xrootd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -63,6 +64,7 @@ RUN dnf -y install xrootd-ceph-buffered \
xrootd-server \
xrootd-server-libs \
xrootd-voms \
xrootd-scitokens \
jemalloc


Expand Down

0 comments on commit 41e959b

Please sign in to comment.