[AAI] Reintegrate AAI OOM charts in main repo
[oom.git] / kubernetes / aai / components / aai-sparky-be / resources / config / portal / BOOT-INF / classes / portal.properties
1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15
16 ################################################################################
17 ############################## Portal properties ###############################
18 ################################################################################
19
20 # Java class that implements the ECOMP role and user mgt API
21 portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPICentralServiceImpl
22
23 # Instance of ECOMP Portal where the app has been on-boarded
24 # use insecure http for dev purposes to avoid self-signed certificate
25 ecomp_rest_url = https://portal-app:8443/ONAPPORTAL/auxapi
26
27 # Standard global logon page
28 ecomp_redirect_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
29
30 # Name of cookie to extract on login request
31 csp_cookie_name = EPService
32 # Alternate values: DEVL, V_DEVL, V_PROD
33 csp_gate_keeper_prod_key = PROD
34
35 # Toggles use of UEB
36 ueb_listeners_enable = false
37 # IDs application withing UEB flow
38 ueb_app_key=ueb_key_7
39 # Use this tag if the app is centralized
40 role_access_centralized=remote
41
42 # Connection and Read timeout values
43 ext_req_connection_timeout=15000
44 ext_req_read_timeout=20000
45
46 #Add AAF namespace if the app is centralized
47 auth_namespace={{.Values.config.aafNamespace}}