Merge "[UUI] Service Mesh Compliance for UUI"
[oom.git] / kubernetes / aai / components / aai-sparky-be / resources / config / portal / BOOT-INF / classes / 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 ################################################################################
18 ############################## Portal properties ###############################
19 ################################################################################
20
21 # Java class that implements the ECOMP role and user mgt API
22 */}}
23 portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPICentralServiceImpl
24
25 # Instance of ECOMP Portal where the app has been on-boarded
26 # use insecure http for dev purposes to avoid self-signed certificate
27 ecomp_rest_url = https://portal-app:8443/ONAPPORTAL/auxapi
28
29 # Standard global logon page
30 ecomp_redirect_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
31
32 # Name of cookie to extract on login request
33 csp_cookie_name = EPService
34 # Alternate values: DEVL, V_DEVL, V_PROD
35 csp_gate_keeper_prod_key = PROD
36
37 # Toggles use of UEB
38 ueb_listeners_enable = false
39 # IDs application withing UEB flow
40 ueb_app_key=ueb_key_7
41 # Use this tag if the app is centralized
42 role_access_centralized=remote
43
44 # Connection and Read timeout values
45 ext_req_connection_timeout=15000
46 ext_req_read_timeout=20000
47
48 #Add AAF namespace if the app is centralized
49 auth_namespace={{ .Values.certInitializer.fqi_namespace }}