blob: 3b72d8ed9052788ecc6976a02cbdca2f6c940172 [file] [log] [blame]
Michael Mokryafae9972019-03-11 14:46:34 -05001# ============LICENSE_START=======================================================
jhhd2b9ed82019-12-10 17:15:28 -06002# Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
Michael Mokryafae9972019-03-11 14:46:34 -05003# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16# SPDX-License-Identifier: Apache-2.0
17# ============LICENSE_END=========================================================
18{
HOCKLA26c00102019-11-15 15:54:03 -060019 "name": "XacmlPdpParameters",
20 "pdpGroup": "defaultGroup",
Michael Mokry3b2647a2019-04-14 20:24:43 -050021 "restServerParameters": {
22 "host": "0.0.0.0",
23 "port": 6969,
Dominik Mizync88bcc92020-04-14 18:20:20 +020024 "userName": "${RESTSERVER_USER}",
25 "password": "${RESTSERVER_PASSWORD}",
Michael Mokry3b2647a2019-04-14 20:24:43 -050026 "https": true,
27 "aaf": false
28 },
Jim Hahnc4762a62019-09-03 11:13:43 -040029 "policyApiParameters": {
30 "host": "policy-api",
31 "port": 6969,
Dominik Mizync88bcc92020-04-14 18:20:20 +020032 "userName": "${API_USER}",
33 "password": "${API_PASSWORD}",
Jim Hahnc4762a62019-09-03 11:13:43 -040034 "https": true,
35 "aaf": false
36 },
jhhbf7fb4d2019-08-07 16:54:41 -050037 "applicationPath": "/opt/app/policy/pdpx/apps",
38 "topicParameterGroup": {
39 "topicSources" : [{
40 "topic" : "POLICY-PDP-PAP",
41 "servers" : [ "message-router" ],
jhhd2b9ed82019-12-10 17:15:28 -060042 "useHttps" : true,
jhhbf7fb4d2019-08-07 16:54:41 -050043 "topicCommInfrastructure" : "dmaap"
44 }],
45 "topicSinks" : [{
46 "topic" : "POLICY-PDP-PAP",
47 "servers" : [ "message-router" ],
jhhd2b9ed82019-12-10 17:15:28 -060048 "useHttps" : true,
jhhbf7fb4d2019-08-07 16:54:41 -050049 "topicCommInfrastructure" : "dmaap"
50 }]
51 }
52}