From f5f45bd3181229ba435f2d02a1d3284aeee480e3 Mon Sep 17 00:00:00 2001 From: GeorgeC Date: Thu, 3 Oct 2024 17:47:58 -0400 Subject: [PATCH] Add AR_DICTIONARY_REQUESTS --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pic-sure-auth-services/src/main/resources/application.properties b/pic-sure-auth-services/src/main/resources/application.properties index 25da0429..e51b7d3f 100644 --- a/pic-sure-auth-services/src/main/resources/application.properties +++ b/pic-sure-auth-services/src/main/resources/application.properties @@ -45,7 +45,7 @@ application.admin.users=${ADMIN_USERS:__ADMIN_USERS__} # Fence Configurations. These are used to configure the access rules for the application. # If you intend to use a fence_mapping.json file you will need to set the following properties. fence.consent.group.concept.path=\\DCC Harmonized data set\\ -fence.standard.access.rules=AR_ONLY_INFO,AR_ONLY_SEARCH,AR_INFO_COLUMN_LISTING +fence.standard.access.rules=AR_ONLY_INFO,AR_ONLY_SEARCH,AR_INFO_COLUMN_LISTING,AR_DICTIONARY_REQUESTS fence.allowed.query.types=${FENCE_ALLOWED_QUERY_TYPES:COUNT,CROSS_COUNT,CATEGORICAL_CROSS_COUNT,CONTINUOUS_CROSS_COUNT,DATAFRAME,DATAFRAME_PFB} #COUNT,CROSS_COUNT,CATEGORICAL_CROSS_COUNT,CONTINUOUS_CROSS_COUNT,DATAFRAME,DATAFRAME_PFB