blob: 3d498365bd94a0e56e7de2fae35f2f6d5857b28f [file] [log] [blame]
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -04001###
2# ============LICENSE_START=======================================================
3# ECOMP Policy Engine
4# ================================================================================
5# Copyright (C) 2017 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#
22# This file is set to the defaults one can use to run the XACML-PAP-ADMIN for testing and development.
23#
24# It is not recommended to modify this file directly, but rather copy it to another location and make any modifications
25# necessary to run the application in a development or a production environment. You can set the Java VM System
26# property to change where the application can find the file. For example:
27#
28#-Dxacml.properties=/opt/app/xacml/etc/xacml.admin.properties
29#
30#
31# Standard API Factories
32#
33xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory
34xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
35xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory
36xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory
37#
38# AT&T PDP Implementation Factories
39#
40xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
41xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
42xacml.att.functionDefinitionFactory=org.openecomp.policy.xacml.custom.EcompFunctionDefinitionFactory
43xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory
44
45#
46# This is an extremely simple policy to demonstrate authorization
47# within the Admin Console.
48#
49xacml.rootPolicies=admin
50#
51# PAP Servlet properties
52#
53xacml.PAP.papEngineFactory=org.openecomp.policy.xacml.std.pap.StdEngineFactory
54
55#
56# Admin Console properties
57#
58xacml.AC.papEngineFactory=org.openecomp.policy.xacml.admin.util.RESTfulPAPFactory
59
60# Set your domain here:
61xacml.rest.admin.domain=com
62#
63# Location where the GIT repository is located
64#
65xacml.rest.admin.repository=repository
66#
67# Location where all the user workspaces are located.
68#
69xacml.rest.admin.workspace=workspace
70#
71#
72# Property to declare the max time frame for logs.
73#
74xacml.log.timeframe=30
75#
76#
77#
78xacml.rest.admin.closedLoopJSON =JSONConfig.json
79xacml.rest.admin.microServiceModel=model.properties
80xacm.restful.interface.file=RESTful.interface.properties
81#
82#If the Audit is set false, then Audit function will not work at the Server Run time.
83#This will Syncronize the data between Roles and Userinfo Table
84xacml.audit.userInfo = true
85#
86#The Test Environment User Login LoginIU Should provide below on seperating with Comma
87#
88xacml.testEnvironment.loginId =
89
90#Log DB properties
91xacml.log.db.driver=org.mariadb.jdbc.Driver
92xacml.log.db.url=jdbc:mariadb://localhost:3306/log?failOverReadOnly=false&autoReconnect=true
93xacml.log.db.user=policy_user
94xacml.log.db.password=policy_user
95
96xacml.att.log.timeframe=150
97
98javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
99javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/ecomp_sdk
100javax.persistence.jdbc.user=policy_user
101javax.persistence.jdbc.password=policy_user
102
103# Dashboard refresh rate in miliseconds
104xacml.refresh.rate=40000
105xacml.user.column.count=3
106xacml.sqlcontainer.page.length=75
107xacm.xcor.required.pattern=1,1
108xacm.cache.live.time=2
109xacml.max.priority.count=10
110
111#
112# These can be set so the Admin Console knows who is logged on. Ideally, you can run the console in a J2EE
113# container and setup authentication as you please. Setting HttpSession attribute values will override these
114# values set in the properties files.
115#
116# ((HttpServletRequest) request).getSession().setAttribute("xacml.rest.admin.user.name", "Homer");
117#
118# The default policy: Policy-Admin.xml is extremely simple.
119#
120# You can test authorization within the Admin Console by changing the user id.
121# There are 3 supported user ids:
122# guest - Read only access
123# editor - Read/Write access
124# admin - Read/Write/Admin access
125#
126# An empty or null value for xacml.rest.admin.user.id results in no access to the application at all.
127#
128# This is for development/demonstration purposes only. A production environment should provide authentication which is
129# outside the scope of this application. This application can be used to develop a XACML policy for user authorization
130# within this application.
131#
132#xacml.rest.admin.user.name=Guest
133#xacml.rest.admin.user.id=guest
134#xacml.rest.admin.user.name=Editor
135#xacml.rest.admin.user.id=editor
136xacml.rest.admin.user.name=Administrator
137xacml.rest.admin.user.id=super-admin
138xacml.rest.admin.user.email=
139
140#
141# URL location for the PAP servlet.
142#
143xacml.rest.pap.url=http://localhost:8070/pap/
144
145# id PAP
146xacml.rest.pap.userid=testpap
147# pass PAP
148xacml.rest.pap.password=alpha123
149
150# new Property Please mention your PAP-REST webapps Location here.
151
152xacml.rest.config.webapps=C:\\Second Tomcat\\apache-tomcat-8.0.23\\webapps\\ConfigPAP\\
153
154# pdps file - Needs to have the location of the PDPs File of the PAP-REST
155xacml.rest.pdp.idfile=test.properties
156
157#Template Versions
158xacml.rest.closedLoopFault=OpenSource.version.1
159xacml.rest.closedLoopPM=OpenSource.version.1
160xacml.rest.microServices=OpenSource.version.1
161xacml.rest.gocPolicy=OpenSource.version.1
162xacml.rest.firewallPolicy=OpenSource.version.1
163
164#***Properties for IntegrityMonitor integration defined in XACMLRestProperties.java***
165
166#The name of the Admin. Must be unique across the system
167xacml.rest.admin.resource.name=site_1.admin_1
168
169#The site name for the Admin
170site_name=site_1
171
172#Has to be one of pdp_xacml, pdp_drools, pap, pap_admin, logparser, brms_gateway, astra_gateway, elk_server, pypdp
173node_type=pap_admin
174
175# The (optional) period of time in seconds between executions of the integrity audit.
176# Value < 0 : Audit does not run (default value if property is not present = -1)
177# Value = 0 : Audit runs continuously
178# Value > 0 : The period of time in seconds between execution of the audit on a particular node
179integrity_audit_period_seconds=-1
180
181#Automatic Policy Distribution
182xacml.att.automatic.push = false
183
184
185#Dashboard Tab Limit
186xacml.ecomp.dashboard.logTableLimit = 5000
187xacml.ecomp.dashboard.systemAlertTableLimit = 2000
188
189
190#Diff of policies for Firewall feature
191FW_GETURL=https://todo_enter_the_firewallurl
192FW_AUTHOURL=https://todo_enter_the_firewallAuthurl
193FW_PROXY=todo_enter_the_proxy
194FW_PORT=8080
195
196#SMTP Server Details for Java Mail
197ecomp.smtp.host = smtp_host
198ecomp.smtp.port = smtp_port
199ecomp.smtp.userName = smtp_username
200ecomp.smtp.password = smtp_password
201ecomp.smtp.emailExtension=smtp_emailExtension
202ecomp.application.name = smtp_AppName
203
204#Dialect for Database
205ecomp.dialect = org.hibernate.dialect.MySQLDialect
206
207policyAdapter.impl.className = org.openecomp.policy.admin.PolicyAdapter
208
209#Micro Service Model Properties
210xacml.policy.msEcompName=http://ecomp.com
211xacml.policy.msPolicyName=http://ecomp.com/policy