Skip to content

Commit

Permalink
activate tokens xrootd containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarpa committed Jan 17, 2024
1 parent 218592a commit ab547af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ services:
- XRDHOST=xrd1
- XRDPORT=1094
volumes:
- ./xrd/entrypoint.sh:/docker-entrypoint.sh:ro
- ./xrd:/configs:ro
- ../../certs/rucio_ca.pem:/etc/grid-security/certificates/5fca1cb1.0:z
- ../../certs/hostcert_xrd1.pem:/tmp/xrdcert.pem:Z
- ../../certs/hostcert_xrd1.key.pem:/tmp/xrdkey.pem:Z
Expand All @@ -171,6 +173,8 @@ services:
- XRDHOST=xrd2
- XRDPORT=1095
volumes:
- ./xrd/entrypoint.sh:/docker-entrypoint.sh:ro
- ./xrd:/configs:ro
- ../../certs/rucio_ca.pem:/etc/grid-security/certificates/5fca1cb1.0:z
- ../../certs/hostcert_xrd2.pem:/tmp/xrdcert.pem:Z
- ../../certs/hostcert_xrd2.key.pem:/tmp/xrdkey.pem:Z
Expand All @@ -186,6 +190,8 @@ services:
- XRDHOST=xrd3
- XRDPORT=1096
volumes:
- ./xrd/entrypoint.sh:/docker-entrypoint.sh:ro
- ./xrd:/configs:ro
- ../../certs/rucio_ca.pem:/etc/grid-security/certificates/5fca1cb1.0:z
- ../../certs/hostcert_xrd3.pem:/tmp/xrdcert.pem:Z
- ../../certs/hostcert_xrd3.key.pem:/tmp/xrdkey.pem:Z
Expand All @@ -201,6 +207,8 @@ services:
- XRDHOST=xrd4
- XRDPORT=1097
volumes:
- ./xrd/entrypoint.sh:/docker-entrypoint.sh:ro
- ./xrd:/configs:ro
- ../../certs/rucio_ca.pem:/etc/grid-security/certificates/5fca1cb1.0:z
- ../../certs/hostcert_xrd4.pem:/tmp/xrdcert.pem:Z
- ../../certs/hostcert_xrd4.key.pem:/tmp/xrdkey.pem:Z
Expand Down
3 changes: 3 additions & 0 deletions etc/docker/dev/xrd/xrootd.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ if exec xrootd
http.exthandler xrdtpc /usr/lib64/libXrdHttpTPC.so
fi

xrd.trace all
xrootd.trace all

acc.authdb /etc/xrootd/Authfile
xrootd.seclib /usr/lib64/libXrdSec.so
ofs.authorize
Expand Down

0 comments on commit ab547af

Please sign in to comment.