X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fservice-proxy%2Fservice-proxy.properties;h=a3b92e42d1a2172e2083949df3626b03ae57fad3;hp=4f851bf691e203a38201fc943dc92f437f935fea;hb=0f54c9e55c3bf474c1bd87680ad0f4911cd44c36;hpb=aa9b455bd8bfe1c1510c216801c4ccbb654de990 diff --git a/tools/service-proxy/service-proxy.properties b/tools/service-proxy/service-proxy.properties index 4f851bf..a3b92e4 100644 --- a/tools/service-proxy/service-proxy.properties +++ b/tools/service-proxy/service-proxy.properties @@ -6,6 +6,7 @@ plugins.relay = com.indexdata.serviceproxy.plugins.Pazpar2RelayPlugin plugins.authn = com.indexdata.serviceproxy.plugins.AuthNTorusPlugin plugins.categories = com.indexdata.serviceproxy.plugins.TargetCategoriesPlugin plugins.ils = com.indexdata.serviceproxy.plugins.ILSPlugin +plugins.statistics = com.indexdata.serviceproxy.plugins.StatisticsPlugin # Configuration properties for individual plug-ins @@ -24,8 +25,8 @@ relay.CF_ENGINE_ADDRESS = localhost:9003 # authn plugin, for torus based authentication authn.TORUS_URL = http://mkc-admin.indexdata.com/torus2/identity.USERS/records/ authn.MASTER_TORUS_URL = http://mkc-admin.indexdata.com/torus2/admin.admin/records/ -authn.ACTION_SEQUENCE = check,login,ipauth,referrer -#authn.SPECIFIC_CONSTRAINT = vhost=${thisHost} +authn.ACTION_SEQUENCE = check,login,referrer,constraint,ipauth +authn.SPECIFIC_CONSTRAINT = hostName=${thisHost} # categories plugin, for Torus-based target categories categories.TORUS_BASEURL = http://mkc-admin.indexdata.com/torus2/ @@ -41,7 +42,7 @@ chains.auth = authn chains.categories = categories chains.ils = ils # Map all other commands to the Pazpar2 relayer -chains.* = relay +chains.* = relay,statistics # Just so I can check that this particular SP config is in use