Merge "[UUI] Service Mesh Compliance for UUI"
[oom.git] / kubernetes / portal / components / portal-app / resources / config / deliveries / properties / ONAPPORTAL / portal.properties
1 {{/*
2 # Copyright © 2018 Amdocs, Bell Canada, AT&T
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 */}}
16
17 # Not used by portal
18 portal.api.impl.class = org.onap.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl.not.used.by.portal
19 portal.api.prefix = /api
20 max.idle.time = 5
21 user.attribute.name = user_attribute
22
23 # for single sign on
24 ecomp_redirect_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/login.htm
25
26 # URL of the ECOMP Portal REST API
27 ecomp_rest_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/auxapi
28
29 ueb_listeners_enable = true
30
31 ueb_app_key = 7GkVcrO6sIDb3ngW
32 ueb_app_secret = uCYgKjWKK5IxPGNNZzYSSWo9
33 ueb_app_mailbox_name = ECOMP-PORTAL-INBOX
34
35 ueb_url_list = message-router
36 ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX
37
38 # Consumer group name for UEB topic.
39 # Use the special tag to generate a unique one for each sdk-app server.
40 ueb_app_consumer_group_name = {UUID}
41
42 role_access_centralized = remote
43
44 ext_req_connection_timeout = 15000
45 ext_req_read_timeout = 20000