Skip to content

Commit 0061638

Browse files
authored
Add AR_DICTIONARY_REQUESTS (#219)
1 parent a433efb commit 0061638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pic-sure-auth-services/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ application.admin.users=${ADMIN_USERS:__ADMIN_USERS__}
4545
# Fence Configurations. These are used to configure the access rules for the application.
4646
# If you intend to use a fence_mapping.json file you will need to set the following properties.
4747
fence.consent.group.concept.path=\\DCC Harmonized data set\\
48-
fence.standard.access.rules=AR_ONLY_INFO,AR_ONLY_SEARCH,AR_INFO_COLUMN_LISTING
48+
fence.standard.access.rules=AR_ONLY_INFO,AR_ONLY_SEARCH,AR_INFO_COLUMN_LISTING,AR_DICTIONARY_REQUESTS
4949
fence.allowed.query.types=${FENCE_ALLOWED_QUERY_TYPES:COUNT,CROSS_COUNT,CATEGORICAL_CROSS_COUNT,CONTINUOUS_CROSS_COUNT,DATAFRAME,DATAFRAME_PFB}
5050
#COUNT,CROSS_COUNT,CATEGORICAL_CROSS_COUNT,CONTINUOUS_CROSS_COUNT,DATAFRAME,DATAFRAME_PFB
5151

0 commit comments

Comments
 (0)