From c9ccce723ae1c35c213d9de7458abbcfccf8749f Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 15 May 2013 17:43:31 -0700 Subject: [PATCH] CSPACE-5989: Added configuration block, with commented-out override in demo lifesci tenant, for the setting that can constrain JDBC queries to the current tenant. --- .../tenants/lifesci/tenant-bindings.delta.xml | 7 +++++++ .../services/tenants/tenant-bindings-proto.xml | 17 ++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml b/services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml index 385d81f2d..e7946cac7 100644 --- a/services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml +++ b/services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml @@ -27,6 +27,13 @@ 100 --> + diff --git a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml index 09bbd592f..beb8525e9 100644 --- a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml +++ b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml @@ -61,7 +61,8 @@ just at the beginning of a term. See the tenant-bindings.delta.xml file for the 'lifesci' tenant, - for an example of how to override this value in your tenant. + for examples of how to override this value, and other, similar + values below, in your own tenant. --> ptStartingWildcard @@ -70,13 +71,23 @@ maxListItemsReturnedLimitOnJdbcQueries 40 + + + jdbcQueriesAreTenantIdRestricted + true + -- 2.47.3