Fix for Penetration test _ Session and cookie management
[vid.git] / epsdk-app-onap / src / main / resources / portal_template.properties
1 # Properties read by ECOMP Framework library, ecompFW.jar\r
2 \r
3 portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl\r
4 portal.api.prefix = /api\r
5 max.idle.time = 5\r
6 user.attribute.name = user_attribute\r
7 decryption_key = ${VID_DECRYPTION_KEY}\r
8 \r
9 # Log On for single sign on\r
10 ecomp_redirect_url      = ${VID_ECOMP_REDIRECT_URL}\r
11 \r
12 \r
13 # URL of the ECOMP Portal REST API\r
14 ecomp_rest_url = ${VID_ECOMP_REST_URL}\r
15 \r
16 # AAF Mode\r
17 role_access_centralized = ${VID_ROLE_ACCESS_CENTRALIZED}\r
18 \r
19 # UEB servers\r
20 ueb_url_list = ${VID_UEB_URL_LIST}\r
21 \r
22 # ECOMP Portal listens here \r
23 ecomp_portal_inbox_name = ${VID_ECOMP_PORTAL_INBOX_NAME}\r
24 \r
25 # Replace these 3 default values with the ones for your specific App,\r
26 # as shown on the on-boarding page on the ECOMP Portal website.\r
27 ueb_app_key = ${VID_UEB_APP_KEY}\r
28 ueb_app_secret = ${VID_UEB_APP_SECRET}\r
29 ueb_app_mailbox_name = ${VID_UEB_APP_MAILBOX_NAME}\r
30 # Consumer group name for UEB topic.\r
31 # Use the special tag to generate a unique one for each sdk-app server.\r
32 ueb_app_consumer_group_name = ${VID_UEB_CONSUMER_GROUP}\r
33 \r
34 ueb_listeners_enable = ${VID_UEB_LISTENERS_ENABLE}\r
35 ueb_rest_for_function_menu = true\r