Add BABEL chart to AAI
[oom.git] / kubernetes / policy / charts / pdp / resources / config / pe / pdp.conf
1 # Copyright © 2017 Amdocs, Bell Canada, AT&T
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # pdp component installation configuration parameters
16
17 # tomcat specific parameters
18
19 TOMCAT_JMX_PORT=9991
20 TOMCAT_SHUTDOWN_PORT=8087
21 SSL_HTTP_CONNECTOR_PORT=8081
22 SSL_AJP_CONNECTOR_PORT=8381
23 SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
24
25 TOMCAT_X_MS_MB=1024
26 TOMCAT_X_MX_MB=1024
27
28 # pdp properties
29
30 UEB_CLUSTER=dmaap
31
32 REST_PAP_URL=http://{{ .Release.Name }}-{{ .Values.global.pap.nameOverride }}:9091/pap/
33 REST_PDP_ID=http://{{ include "common.fullname" . }}:8081/pdp/
34 REST_PDP_CONFIG=/opt/app/policy/servers/pdp/bin/config
35 REST_PDP_WEBAPPS=/opt/app/policy/servers/pdp/webapps
36 REST_PDP_REGISTER=true
37 REST_PDP_REGISTER_SLEEP=15
38 REST_PDP_REGISTER_RETRIES=-1
39 REST_PDP_MAXCONTENT=999999999
40
41 # PDP related properties
42 PDP_HTTP_USER_ID=testpdp
43 PDP_HTTP_PASSWORD=alpha123
44 PDP_PAP_PDP_HTTP_USER_ID=testpap
45 PDP_PAP_PDP_HTTP_PASSWORD=alpha123
46
47 node_type=pdp_xacml
48 resource_name=pdp_1
49 dependency_groups=pdplp_1;brmsgw_1
50 test_via_jmx=true
51
52 #
53 # Notification Properties
54 # Notification type: websocket, ueb or dmaap... if left blank websocket is the default
55 PDP_NOTIFICATION_TYPE=websocket
56 PDP_UEB_CLUSTER=
57 PDP_UEB_TOPIC=
58 PDP_UEB_DELAY=
59 PDP_UEB_API_KEY=
60 PDP_UEB_API_SECRET=
61 PDP_DMAAP_AAF_LOGIN=
62 PDP_DMAAP_AAF_PASSWORD=
63
64 #AAF Policy Name space
65 #Required only, when we use AAF
66 POLICY_AAF_NAMESPACE=
67 POLICY_AAF_RESOURCE=
68
69 # Indeterminate resolution
70 DECISION_INDETERMINATE_RESPONSE=PERMIT