Skip to content

Commit

Permalink
Merge pull request #78 from matyasselmeci/pr/restoreosgauth
Browse files Browse the repository at this point in the history
Restore 40-osg-auth.cfg (SOFTWARE-3875)
  • Loading branch information
matyasselmeci authored Oct 28, 2019
2 parents b077d4f + 7bd936f commit f67f15d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configs/xcache/config.d/40-xcache-auth.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# Configure XRootD hosts to utilize the XCache-generated proxy
#
# **********************************************************************
# * WARNING: DO NOT EDIT THIS FILE. IT WILL BE OVERWRITTEN ON UPGRADE *
# **********************************************************************
#
# This file is part of the XCache Daemon
# https://opensciencegrid.org/docs/data/stashcache/overview/

# Proxy cert for reporting and retrieving data from origin servers
setenv X509_USER_PROXY = /run/xcache-auth/x509_proxy
1 change: 1 addition & 0 deletions rpm/xcache.spec
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
%{_unitdir}/xcache-reporter.timer
%{_unitdir}/xrootd-renew-proxy.service
%{_unitdir}/xrootd-renew-proxy.timer
%config %{_sysconfdir}/xrootd/config.d/40-xcache-auth.cfg
%config(noreplace) %{_sysconfdir}/xrootd/config.d/90-xcache-logging.cfg
%config(noreplace) %{_sysconfdir}/xrootd/digauth.cfg
%attr(-, xrootd, xrootd) %{_sysconfdir}/grid-security/xrd
Expand Down

0 comments on commit f67f15d

Please sign in to comment.