blob: 858cf970e638e3aacb102b8e725e469a01017348 [file] [log] [blame]
Pamela Dragosh91d04c62017-02-14 19:41:00 -05001# configs component installation configuration parameters
2
3# tomcat specific parameters
4
5TOMCAT_JMX_PORT=9993
6TOMCAT_SHUTDOWN_PORT=8090
7SSL_HTTP_CONNECTOR_PORT=8443
8SSL_HTTP_CONNECTOR_REDIRECT_PORT=8443
9SSL_AJP_CONNECTOR_PORT=8383
10SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
11
12TOMCAT_X_MS_MB=2048
13TOMCAT_X_MX_MB=2048
14
15# ------------------ console properties ---------------------------
16
17#
18# Authorization Policy
19
20ROOT_POLICIES=admin
21ADMIN_FILE=Policy-Admin.xml
22
23
24# Set your domain here:
25
26REST_ADMIN_DOMAIN=com
27
28#
29# Location where the GIT repository is located
30#
31REST_ADMIN_REPOSITORY=repository
32
33#
34# Location where all the user workspaces are located.
35#
36REST_ADMIN_WORKSPACE=${{POLICY_HOME}}/servers/console/bin/workspace
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040037
Pamela Dragosh91d04c62017-02-14 19:41:00 -050038#
39# These can be set so the Admin Console knows who is logged on. Ideally, you can run the console in a J2EE
40# container and setup authentication as you please. Setting HttpSession attribute values will override these
41# values set in the properties files.
42#
43# ((HttpServletRequest) request).getSession().setAttribute("xacml.rest.admin.user.name", "Homer");
44#
45# The default policy: Policy-Admin.xml is extremely simple.
46#
47# You can test authorization within the Admin Console by changing the user id.
48# There are 3 supported user ids:
49# guest - Read only access
50# editor - Read/Write access
51# admin - Read/Write/Admin access
52#
53# An empty or null value for xacml.rest.admin.user.id results in no access to the application at all.
54#
55# This is for development/demonstration purposes only. A production environment should provide authentication which is
56# outside the scope of this application. This application can be used to develop a XACML policy for user authorization
57# within this application.
58#
59
60REST_ADMIN_USER_NAME=Administrator
61REST_ADMIN_USER_ID=super-admin
62
63#
64#
65# Property to declare the max time frame for logs.
66#
67LOG_TIMEFRAME=30
68
69# Property to declare the number of visible rows for users in MicroService Policy
70COLUMN_COUNT=3
71
72# Dashboard refresh rate in miliseconds
73REFRESH_RATE=40000
74
75#
76# URL location for the PAP servlet.
77#
78
79
80REST_PAP_URL=https://${{FQDN}}:9091/pap/
81
82#
83# Config/Action Properties location.
84#
85
86REST_CONFIG_HOME=${{POLICY_HOME}}/servers/pap/webapps/Config/
87REST_ACTION_HOME=${{POLICY_HOME}}/servers/pap/webapps/Action/
88REST_CONFIG_URL=https://${{FQDN}}:9091/
89REST_CONFIG_WEBAPPS=${{POLICY_HOME}}/servers/pap/webapps/
90
91# PAP account information
92CONSOLE_PAP_HTTP_USER_ID=testpap
93CONSOLE_PAP_HTTP_PASSWORD=alpha123
94
95
96node_type=pap_admin
97resource_name=console_1
98
99# The (optional) period of time in seconds between executions of the integrity audit.
100# Value < 0 : Audit does not run (default value if property is not present = -1)
101# Value = 0 : Audit runs continuously
102# Value > 0 : The period of time in seconds between execution of the audit on a particular node
103integrity_audit_period_seconds=-1
104
105#Automatic Policy Distribution
106automatic_push=false
107
108#Diff of policies for Firewall feature
109FW_GETURL=https://localhost.com/v0/configs/firewall/pan/
110FW_AUTHOURL=https://localhost
111FW_PROXY=
112FW_PORT=
113
114#SMTP Server Details for Java Mail
115ecomp_smtp_host=
116ecomp_smtp_port=
117ecomp_smtp_userName=root@localhost
118ecomp_smtp_password=password123
119ecomp_application_name=Dev
120
121#-----------------------ECOMP-PORTAL-Properties----------------------
122
123ECOMP_REDIRECT_URL=https://localhost/ecompui/process_csp
124ECOMP_REST_URL=https://localhost:8443/ecompui/auxapi
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -0400125ECOMP_UEB_URL_LIST=
Pamela Dragosh91d04c62017-02-14 19:41:00 -0500126ECOMP_PORTAL_INBOX_NAME=ECOMP-PORTAL-INBOX-TEST
127ECOMP_UEB_APP_KEY=FZpTlJbdRIibgSmg
128ECOMP_UEB_APP_SECRET=QMyKdILRBwj1c76UQONjSYOt
129ECOMP_UEB_APP_MAILBOX_NAME=ECOMP-PORTAL-OUTBOX-45601
130APP_DISPLAY_NAME=POLICY IST
131ECOMP_SHARED_CONTEXT_REST_URL=https://localhost:8443/ecompui/context
132
133#Add the Rest PAP url and pap auth password on adding delimiter @Auth@ *****Check the below assigned dummy example******
134
135REST_PAPURL_WITH_AUTH_PASSWORD=http://localhost:8070/pap/@Auth@dGVzdHBhcDphbHBoYTEyMw==