Skip to content

Commit

Permalink
ALS-7306: Add expected result type auth for PFB (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 authored Sep 12, 2024
1 parent 535798a commit 706f057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ application.admin.users=${ADMIN_USERS:__ADMIN_USERS__}
# 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.allowed.query.types=${FENCE_ALLOWED_QUERY_TYPES:COUNT,CROSS_COUNT,CATEGORICAL_CROSS_COUNT,CONTINUOUS_CROSS_COUNT,DATAFRAME}
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

fence.harmonized.consent.group.concept.path=\\_harmonized_consent\\
Expand Down

0 comments on commit 706f057

Please sign in to comment.