aboutsummaryrefslogtreecommitdiffstats
path: root/packages/install/src/files/console.conf
blob: 39435fe269f43e6899b4f2cf57fbd0e98ad3966f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# configs component installation configuration parameters

# tomcat specific parameters

TOMCAT_JMX_PORT=9993
TOMCAT_SHUTDOWN_PORT=8090
SSL_HTTP_CONNECTOR_PORT=8443
SSL_HTTP_CONNECTOR_REDIRECT_PORT=8443
SSL_AJP_CONNECTOR_PORT=8383
SSL_AJP_CONNECTOR_REDIRECT_PORT=8443

TOMCAT_X_MS_MB=2048
TOMCAT_X_MX_MB=2048

# ------------------ console properties ---------------------------

#
# Authorization Policy

ROOT_POLICIES=admin
ADMIN_FILE=Policy-Admin.xml


# Set your domain here:

REST_ADMIN_DOMAIN=com

#
# Location where the GIT repository is located
#
REST_ADMIN_REPOSITORY=repository

#
# Location where all the user workspaces are located.
#
REST_ADMIN_WORKSPACE=${{POLICY_HOME}}/servers/console/bin/workspace
#
# These can be set so the Admin Console knows who is logged on. Ideally, you can run the console in a J2EE
# container and setup authentication as you please. Setting HttpSession attribute values will override these
# values set in the properties files.
#
# ((HttpServletRequest) request).getSession().setAttribute("xacml.rest.admin.user.name", "Homer");
#
# The default policy: Policy-Admin.xml is extremely simple.
#
# You can test authorization within the Admin Console by changing the user id.
# There are 3 supported user ids:
#       guest - Read only access
#       editor - Read/Write access
#       admin - Read/Write/Admin access
#
# An empty or null value for xacml.rest.admin.user.id results in no access to the application at all.
#
# This is for development/demonstration purposes only. A production environment should provide authentication which is
# outside the scope of this application. This application can be used to develop a XACML policy for user authorization
# within this application.
#

REST_ADMIN_USER_NAME=Administrator
REST_ADMIN_USER_ID=super-admin

#
#
# Property to declare the max time frame for logs.
#
LOG_TIMEFRAME=30

# Property to declare the number of visible rows for users in MicroService Policy
COLUMN_COUNT=3

# Dashboard refresh rate in miliseconds
REFRESH_RATE=40000

#
# URL location for the PAP servlet.
#


REST_PAP_URL=https://${{FQDN}}:9091/pap/

#
# Config/Action Properties location.
#

REST_CONFIG_HOME=${{POLICY_HOME}}/servers/pap/webapps/Config/
REST_ACTION_HOME=${{POLICY_HOME}}/servers/pap/webapps/Action/
REST_CONFIG_URL=https://${{FQDN}}:9091/
REST_CONFIG_WEBAPPS=${{POLICY_HOME}}/servers/pap/webapps/

# PAP account information
CONSOLE_PAP_HTTP_USER_ID=testpap
CONSOLE_PAP_HTTP_PASSWORD=alpha123


node_type=pap_admin
resource_name=console_1

# The (optional) period of time in seconds between executions of the integrity audit.
# Value < 0 : Audit does not run (default value if property is not present = -1)
# Value = 0 : Audit runs continuously
# Value > 0 : The period of time in seconds between execution of the audit on a particular node
integrity_audit_period_seconds=-1

#Automatic Policy Distribution 
automatic_push=false

#Diff of policies for Firewall feature
FW_GETURL=https://localhost.com/v0/configs/firewall/pan/
FW_AUTHOURL=https://localhost
FW_PROXY=
FW_PORT=

#SMTP Server Details for Java Mail
ecomp_smtp_host=
ecomp_smtp_port=
ecomp_smtp_userName=root@localhost
ecomp_smtp_password=password123
ecomp_application_name=Dev

#-----------------------ECOMP-PORTAL-Properties----------------------

ECOMP_REDIRECT_URL=https://localhost/ecompui/process_csp
ECOMP_REST_URL=https://localhost:8443/ecompui/auxapi
ECOMP_UEB_URL_LIST=localhost.com,localhost1.com
ECOMP_PORTAL_INBOX_NAME=ECOMP-PORTAL-INBOX-TEST
ECOMP_UEB_APP_KEY=FZpTlJbdRIibgSmg
ECOMP_UEB_APP_SECRET=QMyKdILRBwj1c76UQONjSYOt
ECOMP_UEB_APP_MAILBOX_NAME=ECOMP-PORTAL-OUTBOX-45601
APP_DISPLAY_NAME=POLICY IST
ECOMP_SHARED_CONTEXT_REST_URL=https://localhost:8443/ecompui/context

#Add the Rest PAP url and pap auth password on adding delimiter @Auth@ *****Check the below assigned dummy example******

REST_PAPURL_WITH_AUTH_PASSWORD=http://localhost:8070/pap/@Auth@dGVzdHBhcDphbHBoYTEyMw==