Add license to policy-engine files
[policy/engine.git] / packages / install / src / files / console.conf
1 #
2 #============LICENSE_START==================================================
3 #  ONAP Policy Engine
4 #===========================================================================
5 #  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6 #===========================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #         http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 #============LICENSE_END==================================================
19 #
20
21 # configs component installation configuration parameters
22
23 # tomcat specific parameters
24
25 TOMCAT_JMX_PORT=9993
26 TOMCAT_SHUTDOWN_PORT=8090
27 SSL_HTTP_CONNECTOR_PORT=8443
28 SSL_HTTP_CONNECTOR_REDIRECT_PORT=8443
29 SSL_AJP_CONNECTOR_PORT=8383
30 SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
31
32 TOMCAT_X_MS_MB=2048
33 TOMCAT_X_MX_MB=2048
34
35 # ------------------ console properties ---------------------------
36
37 #
38 # Authorization Policy
39
40 ROOT_POLICIES=admin
41 ADMIN_FILE=Policy-Admin.xml
42
43
44 # Set your domain here:
45
46 REST_ADMIN_DOMAIN=com
47
48 #
49 # Location where the GIT repository is located
50 #
51 REST_ADMIN_REPOSITORY=repository
52
53 #
54 # Location where all the user workspaces are located.
55 #
56 REST_ADMIN_WORKSPACE=${{POLICY_HOME}}/servers/console/bin/workspace
57
58 #
59 # These can be set so the Admin Console knows who is logged on. Ideally, you can run the console in a J2EE
60 # container and setup authentication as you please. Setting HttpSession attribute values will override these
61 # values set in the properties files.
62 #
63 # ((HttpServletRequest) request).getSession().setAttribute("xacml.rest.admin.user.name", "Homer");
64 #
65 # The default policy: Policy-Admin.xml is extremely simple.
66 #
67 # You can test authorization within the Admin Console by changing the user id.
68 # There are 3 supported user ids:
69 #       guest - Read only access
70 #       editor - Read/Write access
71 #       admin - Read/Write/Admin access
72 #
73 # An empty or null value for xacml.rest.admin.user.id results in no access to the application at all.
74 #
75 # This is for development/demonstration purposes only. A production environment should provide authentication which is
76 # outside the scope of this application. This application can be used to develop a XACML policy for user authorization
77 # within this application.
78 #
79
80 REST_ADMIN_USER_NAME=Administrator
81 REST_ADMIN_USER_ID=super-admin
82
83 #
84 #
85 # Property to declare the max time frame for logs.
86 #
87 LOG_TIMEFRAME=30
88
89 # Property to declare the number of visible rows for users in MicroService Policy
90 COLUMN_COUNT=3
91
92 # Dashboard refresh rate in miliseconds
93 REFRESH_RATE=40000
94
95 #
96 # URL location for the PAP servlet.
97 #
98
99
100 REST_PAP_URL=https://${{FQDN}}:9091/pap/
101
102 #
103 # Config/Action Properties location.
104 #
105
106 REST_CONFIG_HOME=${{POLICY_HOME}}/servers/pap/webapps/Config/
107 REST_ACTION_HOME=${{POLICY_HOME}}/servers/pap/webapps/Action/
108 REST_CONFIG_URL=https://${{FQDN}}:9091/
109 REST_CONFIG_WEBAPPS=${{POLICY_HOME}}/servers/pap/webapps/
110
111 # PAP account information
112 CONSOLE_PAP_HTTP_USER_ID=testpap
113 CONSOLE_PAP_HTTP_PASSWORD=alpha123
114
115
116 node_type=pap_admin
117 resource_name=console_1
118
119 # The (optional) period of time in seconds between executions of the integrity audit.
120 # Value < 0 : Audit does not run (default value if property is not present = -1)
121 # Value = 0 : Audit runs continuously
122 # Value > 0 : The period of time in seconds between execution of the audit on a particular node
123 integrity_audit_period_seconds=-1
124
125 #Automatic Policy Distribution 
126 automatic_push=false
127
128 #Diff of policies for Firewall feature
129 FW_GETURL=https://localhost.com/v0/configs/firewall/pan/
130 FW_AUTHOURL=https://localhost
131 FW_PROXY=
132 FW_PORT=
133
134 #SMTP Server Details for Java Mail
135 onap_smtp_host=
136 onap_smtp_port=
137 onap_smtp_userName=root@localhost
138 onap_smtp_password=password123
139 onap_application_name=Dev
140
141 #-----------------------ONAP-PORTAL-Properties----------------------
142
143 ONAP_REDIRECT_URL=https://localhost/onapui/process_csp
144 ONAP_REST_URL=https://localhost:8443/onapui/auxapi
145 ONAP_UEB_URL_LIST=
146 ONAP_PORTAL_INBOX_NAME=ONAP-PORTAL-INBOX-TEST
147 ONAP_UEB_APP_KEY=FZpTlJbdRIibgSmg
148 ONAP_UEB_APP_SECRET=QMyKdILRBwj1c76UQONjSYOt
149 ONAP_UEB_APP_MAILBOX_NAME=ONAP-PORTAL-OUTBOX-45601
150 APP_DISPLAY_NAME=POLICY IST
151 ONAP_SHARED_CONTEXT_REST_URL=https://localhost:8443/onapui/context
152
153 #Add the Rest PAP url and pap auth password on adding delimiter @Auth@ *****Check the below assigned dummy example******
154
155 REST_PAPURL_WITH_AUTH_PASSWORD=http://localhost:8070/pap/@Auth@dGVzdHBhcDphbHBoYTEyMw==