Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 1 | # configs component installation configuration parameters |
| 2 | |
| 3 | # tomcat specific parameters |
| 4 | |
| 5 | TOMCAT_JMX_PORT=9993 |
| 6 | TOMCAT_SHUTDOWN_PORT=8090 |
| 7 | SSL_HTTP_CONNECTOR_PORT=8443 |
| 8 | SSL_HTTP_CONNECTOR_REDIRECT_PORT=8443 |
| 9 | SSL_AJP_CONNECTOR_PORT=8383 |
| 10 | SSL_AJP_CONNECTOR_REDIRECT_PORT=8443 |
| 11 | |
| 12 | TOMCAT_X_MS_MB=2048 |
| 13 | TOMCAT_X_MX_MB=2048 |
| 14 | |
| 15 | # ------------------ console properties --------------------------- |
| 16 | |
| 17 | # |
| 18 | # Authorization Policy |
| 19 | |
| 20 | ROOT_POLICIES=admin |
| 21 | ADMIN_FILE=Policy-Admin.xml |
| 22 | |
| 23 | |
| 24 | # Set your domain here: |
| 25 | |
| 26 | REST_ADMIN_DOMAIN=com |
| 27 | |
| 28 | # |
| 29 | # Location where the GIT repository is located |
| 30 | # |
| 31 | REST_ADMIN_REPOSITORY=repository |
| 32 | |
| 33 | # |
| 34 | # Location where all the user workspaces are located. |
| 35 | # |
| 36 | REST_ADMIN_WORKSPACE=${{POLICY_HOME}}/servers/console/bin/workspace |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame^] | 37 | |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 38 | # |
| 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 | |
| 60 | REST_ADMIN_USER_NAME=Administrator |
| 61 | REST_ADMIN_USER_ID=super-admin |
| 62 | |
| 63 | # |
| 64 | # |
| 65 | # Property to declare the max time frame for logs. |
| 66 | # |
| 67 | LOG_TIMEFRAME=30 |
| 68 | |
| 69 | # Property to declare the number of visible rows for users in MicroService Policy |
| 70 | COLUMN_COUNT=3 |
| 71 | |
| 72 | # Dashboard refresh rate in miliseconds |
| 73 | REFRESH_RATE=40000 |
| 74 | |
| 75 | # |
| 76 | # URL location for the PAP servlet. |
| 77 | # |
| 78 | |
| 79 | |
| 80 | REST_PAP_URL=https://${{FQDN}}:9091/pap/ |
| 81 | |
| 82 | # |
| 83 | # Config/Action Properties location. |
| 84 | # |
| 85 | |
| 86 | REST_CONFIG_HOME=${{POLICY_HOME}}/servers/pap/webapps/Config/ |
| 87 | REST_ACTION_HOME=${{POLICY_HOME}}/servers/pap/webapps/Action/ |
| 88 | REST_CONFIG_URL=https://${{FQDN}}:9091/ |
| 89 | REST_CONFIG_WEBAPPS=${{POLICY_HOME}}/servers/pap/webapps/ |
| 90 | |
| 91 | # PAP account information |
| 92 | CONSOLE_PAP_HTTP_USER_ID=testpap |
| 93 | CONSOLE_PAP_HTTP_PASSWORD=alpha123 |
| 94 | |
| 95 | |
| 96 | node_type=pap_admin |
| 97 | resource_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 |
| 103 | integrity_audit_period_seconds=-1 |
| 104 | |
| 105 | #Automatic Policy Distribution |
| 106 | automatic_push=false |
| 107 | |
| 108 | #Diff of policies for Firewall feature |
| 109 | FW_GETURL=https://localhost.com/v0/configs/firewall/pan/ |
| 110 | FW_AUTHOURL=https://localhost |
| 111 | FW_PROXY= |
| 112 | FW_PORT= |
| 113 | |
| 114 | #SMTP Server Details for Java Mail |
| 115 | ecomp_smtp_host= |
| 116 | ecomp_smtp_port= |
| 117 | ecomp_smtp_userName=root@localhost |
| 118 | ecomp_smtp_password=password123 |
| 119 | ecomp_application_name=Dev |
| 120 | |
| 121 | #-----------------------ECOMP-PORTAL-Properties---------------------- |
| 122 | |
| 123 | ECOMP_REDIRECT_URL=https://localhost/ecompui/process_csp |
| 124 | ECOMP_REST_URL=https://localhost:8443/ecompui/auxapi |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame^] | 125 | ECOMP_UEB_URL_LIST= |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 126 | ECOMP_PORTAL_INBOX_NAME=ECOMP-PORTAL-INBOX-TEST |
| 127 | ECOMP_UEB_APP_KEY=FZpTlJbdRIibgSmg |
| 128 | ECOMP_UEB_APP_SECRET=QMyKdILRBwj1c76UQONjSYOt |
| 129 | ECOMP_UEB_APP_MAILBOX_NAME=ECOMP-PORTAL-OUTBOX-45601 |
| 130 | APP_DISPLAY_NAME=POLICY IST |
| 131 | ECOMP_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 | |
| 135 | REST_PAPURL_WITH_AUTH_PASSWORD=http://localhost:8070/pap/@Auth@dGVzdHBhcDphbHBoYTEyMw== |