From cf87e89209beb9e0c89bc6bf719f219746a71eb2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 19 Jan 2015 15:02:21 +0000 Subject: [PATCH] Towards MKWS-353: add relay.USE_OPAQUE_ID=udb to SP configurations. --- tools/service-proxy/service-proxy-mike-mac.properties | 1 + tools/service-proxy/service-proxy.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/service-proxy/service-proxy-mike-mac.properties b/tools/service-proxy/service-proxy-mike-mac.properties index 3c7ffc6..60d27a3 100644 --- a/tools/service-proxy/service-proxy-mike-mac.properties +++ b/tools/service-proxy/service-proxy-mike-mac.properties @@ -20,6 +20,7 @@ relay.TORUS_PARAMS = ?param1=value1 relay.STREAMBUFF_SIZE = 4096 relay.PARSE_RESPONSES = true relay.CF_ENGINE_ADDRESS = localhost:9003 +relay.USE_OPAQUE_ID = udb # authn plugin, for torus based authentication authn.TORUS_URL = http://x.mkc-admin.indexdata.com:8181/torus2/identity.USERS/records/ diff --git a/tools/service-proxy/service-proxy.properties b/tools/service-proxy/service-proxy.properties index 8332385..376bc46 100644 --- a/tools/service-proxy/service-proxy.properties +++ b/tools/service-proxy/service-proxy.properties @@ -21,6 +21,7 @@ relay.TORUS_PARAMS = ?param1=value1 relay.STREAMBUFF_SIZE = 4096 relay.PARSE_RESPONSES = true relay.CF_ENGINE_ADDRESS = localhost:9003 +relay.USE_OPAQUE_ID = udb # authn plugin, for torus based authentication authn.TORUS_URL = http://mkc-admin.indexdata.com/torus2/identity.USERS/records/ -- 1.7.10.4