Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / portal / components / portal-app / resources / config / deliveries / properties / ONAPPORTAL / fusion.properties
1 {{/*
2 # Copyright © 2018 Amdocs, Bell Canada, AT&T
3 # Modifications Copyright © 2018 AT&T
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 */}}
17
18 # domain settings
19 #domain_class_location =
20
21 # validator settings
22 #default_error_message = Default error message
23
24 login_url_no_ret_val = https://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/login.htm
25
26 user_attribute_name      = user
27
28 # User Session settings
29 roles_attribute_name          = roles
30 role_functions_attribute_name = role_functions
31
32 # menu settings
33 menu_query_name                      = menuData
34 application_menu_set_name            = APP
35 application_menu_attribute_name      = applicationMenuData
36 business_direct_menu_set_name        = BD
37 business_direct_menu_attribute_name  = businessDirectMenuData
38
39 # ECOMP settings
40 ecomp_app_id = 1
41 # Role settings
42 sys_admin_role_id = 1
43 account_admin_role_id = 999
44 restricted_app_role_id = 900
45
46 # Home Page index html
47 home_page                            = /index.html
48
49 authentication_mechanism =DBAUTH
50
51 login.error.hrid.empty = Login failed, please contact system administrator.
52 login.error.hrid.not-found = User not found, please contact system administrator.
53 login.error.user.inactive = Account is disabled, please contact system administrator.
54
55 #
56 # Number of seconds to poll health (database operational, etc.)
57 #
58 health_poll_interval_seconds = 5
59 #
60 # If a component is down a log entry will be written that triggers an alert.  This parameter specifies how often this alert should be triggered
61 # if the component remains down.   For example a value of 30, would translate to 30 * 60 seconds = 1800 seconds, or every 30 minutes
62 #
63 health_fail_alert_every_x_intervals =  30